class Price

Public Class Methods

fetch(symbol) click to toggle source
# File vendor/qwik/lib/qwik/check-observer.rb, line 30
def Price.fetch(symbol)
  60 + rand(80)
end