Module: VORuby::STC::V1_10::Coords::CSize
Overview
Substitution group for a scalar coordinate size
Instance Method Summary collapse
Methods included from SerializableToXml
Instance Method Details
#==(size) ⇒ Object
564 565 566 |
# File 'lib/voruby/stc/1.10/coords.rb', line 564 def ==(size) self.value == size.value end |
#to_s ⇒ Object
560 561 562 |
# File 'lib/voruby/stc/1.10/coords.rb', line 560 def to_s self.value.to_s end |