Method: RubyUnits::Configuration#separator

Defined in:
lib/ruby_units/configuration.rb

#separatorObject

Used to separate the scalar from the unit when generating output. A value of ‘true` will insert a single space, and `false` will prevent adding a space to the string representation of a unit.



36
37
38
# File 'lib/ruby_units/configuration.rb', line 36

def separator
  @separator
end