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.
499 500 501 |
# File 'lib/adlint/cc1/object.rb', line 499 def name @name end |
Instance Method Details
#named? ⇒ Boolean
501 502 503 |
# File 'lib/adlint/cc1/object.rb', line 501 def named? true end |