Class: M3Uzi::Comment
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
Methods inherited from Item
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text.
4 5 6 |
# File 'lib/m3uzi/comment.rb', line 4 def text @text end |
Instance Method Details
#format ⇒ Object
6 7 8 |
# File 'lib/m3uzi/comment.rb', line 6 def format "##{text}" end |