Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rails-auth.rb

Instance Method Summary collapse

Instance Method Details

#/(other) ⇒ Object



2
3
4
# File 'lib/rails-auth.rb', line 2

def /(other)
  File.join(self, other.to_s)
end