Method: Microstation::Drawing::Index#+

Defined in:
lib/microstation/extensions/faa.rb

#+(other) ⇒ Object



85
86
87
# File 'lib/microstation/extensions/faa.rb', line 85

def +(other)
  self.class.new(combined_string(digits_string(as_int + other)))
end