Method: Unitwise::Unit#mode

Defined in:
lib/unitwise/unit.rb

#modeSymbol

The default mode to use for inspecting and printing.

Returns:

  • (Symbol)


160
161
162
163
# File 'lib/unitwise/unit.rb', line 160

def mode
  terms
  @mode || :primary_code
end