Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/xommelier/core_ext/symbol.rb
Class Method Summary (collapse)
Instance Method Summary (collapse)
Class Method Details
+ (Object) from_xommelier(value)
2 3 4 |
# File 'lib/xommelier/core_ext/symbol.rb', line 2 def self.from_xommelier(value) value.to_sym end |
Instance Method Details
- (Object) to_xommelier
6 7 8 |
# File 'lib/xommelier/core_ext/symbol.rb', line 6 def to_xommelier to_s end |