method
inspect
v1_9_1_378 -
Show latest stable
- Class:
Pathname
inspect()public
No documentation available.
# File lib/pathname.rb, line 255
def inspect # :nodoc:
"#<#{self.class}:#{@path}>"
end inspect()No documentation available.
# File lib/pathname.rb, line 255
def inspect # :nodoc:
"#<#{self.class}:#{@path}>"
end