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