Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/iron_hammer/utils/windows.rb

Instance Method Summary collapse

Instance Method Details

#patheticalizeObject



19
20
21
# File 'lib/iron_hammer/utils/windows.rb', line 19

def patheticalize
  IronHammer::Utils::Windows::patheticalize *self.split('/')
end