Gem: haml
This commit is contained in:
6
vendor/gems/haml-1.7.2/test/haml/mocks/article.rb
vendored
Normal file
6
vendor/gems/haml-1.7.2/test/haml/mocks/article.rb
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
class Article
|
||||
attr_accessor :id, :title, :body
|
||||
def initialize
|
||||
@id, @title, @body = 1, 'Hello', 'World'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user