Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/pione/model/string.rb

Overview

String extention for PIONE system.

Instance Method Summary collapse

Instance Method Details

#to_pionePioneString

Returns PIONE’s value.

Returns:



108
109
110
# File 'lib/pione/model/string.rb', line 108

def to_pione
  PioneString.new(self)
end