Module: Famous

Extended by:
Famous
Included in:
Famous
Defined in:
lib/famous.rb

Constant Summary collapse

VERSION =
"0.0.1"

Instance Method Summary collapse

Instance Method Details

#yet?String

TODO:

replace hardcoded return

Checks if famous threshold has been reached

Returns:

  • (String)


9
10
11
# File 'lib/famous.rb', line 9

def yet?
  "not famous yet..."
end