Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/templates/application/common/merb_thor/utils.rb

Instance Method Summary collapse

Instance Method Details

#/(other) ⇒ Object



2
3
4
# File 'lib/generators/templates/application/common/merb_thor/utils.rb', line 2

def /(other)
  (Pathname.new(self) + other).to_s
end