Returns human readable representation (e.g. “123.0 m”).
Returns:
human readable representation (e.g. “123.0 m”)
54 55 56
# File 'lib/aixm/d.rb', line 54 def to_s [dim, unit].join(' '.freeze) end