Method: RPath::At#to_s

Defined in:
lib/rpath/expressions.rb

#to_sString

Returns:

  • (String)


271
272
273
# File 'lib/rpath/expressions.rb', line 271

def to_s
  "#{@prior}[#{@index}]"
end