Method: RubyCop::Ruby::Array#to_array
- Defined in:
- lib/ruby_cop/ruby/array.rb
#to_array ⇒ Object
def inspect
'[%s]' % @elements.collect { |e| e.inspect }.join(', ')
end
8 9 10 |
# File 'lib/ruby_cop/ruby/array.rb', line 8 def to_array self end |