Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/indis-core/binaryops_string.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#to_bo ⇒ Object
Helper method to convert String to BinaryopsString.
Instance Method Details
#to_bo ⇒ Object
Helper method to convert String to BinaryopsString
134 135 136 |
# File 'lib/indis-core/binaryops_string.rb', line 134 def to_bo BinaryopsString.new(self) end |