Class: Spoom::RBS::Annotation
Instance Attribute Summary
Attributes inherited from Comment
Instance Method Summary collapse
-
#abstract? ⇒ Boolean
: () -> bool.
Methods inherited from Comment
Constructor Details
This class inherits a constructor from Spoom::RBS::Comment
Instance Method Details
#abstract? ⇒ Boolean
: () -> bool
73 74 75 |
# File 'lib/spoom/rbs.rb', line 73 def abstract? @string == "@abstract" end |