Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/stylish/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_pathnameObject



54
55
56
# File 'lib/stylish/core_ext.rb', line 54

def to_pathname
  Pathname(self)
end