Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/anise/core_ext.rb
Instance Method Summary collapse
-
#/(other) ⇒ Object
Create new combination symbol with slash.
Instance Method Details
#/(other) ⇒ Object
Create new combination symbol with slash.
31 32 33 |
# File 'lib/anise/core_ext.rb', line 31 def /(other) "#{self}/#{other}".to_sym end |