Module: Dolarblue::ClassMethods

Included in:
Dolarblue
Defined in:
lib/dolarblue/class_methods.rb

Instance Method Summary collapse

Instance Method Details

#get_outputString

Returns all the dollar exchange ‘Blue’ vs ‘Official’ values and percentiles

suitable for user printing

Returns:

  • (String)

    with all dollar exchange ‘Blue’ vs ‘Official’ values



7
8
9
# File 'lib/dolarblue/class_methods.rb', line 7

def get_output
  new.update!.output
end