Module: AdLint::Cc1::Nameable
- Included in:
- InnerVariable, NamedFunction, NamedVariable
- Defined in:
- lib/adlint/cc1/object.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
507 508 509 |
# File 'lib/adlint/cc1/object.rb', line 507 def name @name end |
Instance Method Details
#named? ⇒ Boolean
509 510 511 |
# File 'lib/adlint/cc1/object.rb', line 509 def named? true end |