Class: RubyCop::Ruby::ExecutableString
- Defined in:
- lib/ruby_cop/ruby/string.rb
Instance Attribute Summary
Attributes inherited from List
Instance Method Summary collapse
Methods inherited from List
Methods inherited from Node
Constructor Details
This class inherits a constructor from RubyCop::Ruby::List
Instance Method Details
#to_dyna_symbol ⇒ Object
16 17 18 |
# File 'lib/ruby_cop/ruby/string.rb', line 16 def to_dyna_symbol DynaSymbol.new(@elements) end |