Method: String#to_pathname

Defined in:
lib/brief/core_ext.rb

#to_pathnameObject



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

def to_pathname
  Pathname(self)
end