Class: Pathname

Inherits:
Object show all
Defined in:
lib/objective_command/helpers.rb

Instance Method Summary collapse

Instance Method Details

#to_ocmdObject



68
69
70
# File 'lib/objective_command/helpers.rb', line 68

def to_ocmd
  to_s.to_ocmd
end

#to_ocmd_argsObject



72
73
74
# File 'lib/objective_command/helpers.rb', line 72

def to_ocmd_args
  to_s.to_ocmd_args
end