Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/stone/core_ext/string.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#/(o) ⇒ Object
2 3 4 |
# File 'lib/stone/core_ext/string.rb', line 2 def /(o) File.join(self, o.to_s) end |
#make_key ⇒ Object
6 7 8 |
# File 'lib/stone/core_ext/string.rb', line 6 def make_key self.downcase.to_sym end |