Class: Rubycop::Analyzer::Ruby::ExecutableString

Inherits:
String show all
Defined in:
lib/rubycop/analyzer/ruby/string.rb

Instance Attribute Summary

Attributes inherited from List

#elements

Instance Method Summary collapse

Methods inherited from List

#add, #initialize

Methods inherited from Node

#accept

Constructor Details

This class inherits a constructor from Rubycop::Analyzer::Ruby::List

Instance Method Details

#to_dyna_symbolObject



17
18
19
# File 'lib/rubycop/analyzer/ruby/string.rb', line 17

def to_dyna_symbol
  DynaSymbol.new(@elements)
end