Method: Pathname#ruby

Defined in:
lib/pik/core_ext/pathname.rb

#rubyObject



17
18
19
# File 'lib/pik/core_ext/pathname.rb', line 17

def ruby
  Pathname(self.to_ruby)
end