Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/pione/model/string.rb
Overview
String extention for PIONE system.
Instance Method Summary collapse
-
#to_pione ⇒ PioneString
Returns PIONE’s value.
Instance Method Details
#to_pione ⇒ PioneString
Returns PIONE’s value.
108 109 110 |
# File 'lib/pione/model/string.rb', line 108 def to_pione PioneString.new(self) end |