Libraries
»
rpath
(1.1.0)
»
Index
»
RPath
»
At
»
#to_s
Method: RPath::At#to_s
Defined in:
lib/rpath/expressions.rb
#
to_s
⇒
String
Returns:
(
String
)
271 272 273
# File 'lib/rpath/expressions.rb', line 271
def
to_s
"#{@prior}[#{@index}]"
end