module AdLint::Cc1::Nameable
Attributes
name[R]
Public Instance Methods
named?()
click to toggle source
# File lib/adlint/cc1/object.rb, line 509 def named? true end
Private Instance Methods
name=(name)
click to toggle source
# File lib/adlint/cc1/object.rb, line 514 def name=(name) # NOTE: Private attr_writer to suppress `private attribute?' warning. @name = name end