Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_pathnameObject



14
15
16
# File 'lib/brief/core_ext.rb', line 14

def to_pathname
  Pathname(self)
end