Method: Market::Quote#inspect

Defined in:
lib/market.rb

#inspectObject



33
34
35
36
37
# File 'lib/market.rb', line 33

def inspect
  "<%s: L:%s B:%s A:%s>" % [
    symbol, last.to_money_s, bid.to_money_s, ask.to_money_s
  ]
end