Method: Bmg::OutputPreferences#tuple_ordering

Defined in:
lib/bmg/support/output_preferences.rb

#tuple_orderingObject



21
22
23
24
25
# File 'lib/bmg/support/output_preferences.rb', line 21

def tuple_ordering
  return nil unless to = options[:tuple_ordering]

  @tuple_ordering = Ordering.new(to)
end