Method: VORuby::STC::V1_30::PosUnitType#initialize
- Defined in:
- lib/voruby/stc/1.30/stc.rb
#initialize(u = '') ⇒ PosUnitType
Returns a new instance of PosUnitType.
39 40 41 42 |
# File 'lib/voruby/stc/1.30/stc.rb', line 39 def initialize(u='') u ||= '' super(u.to_s) end |