Module: Famous
Constant Summary collapse
- VERSION =
"0.0.1"
Instance Method Summary collapse
-
#yet? ⇒ String
Checks if famous threshold has been reached.
Instance Method Details
#yet? ⇒ String
TODO:
replace hardcoded return
Checks if famous threshold has been reached
9 10 11 |
# File 'lib/famous.rb', line 9 def yet? "not famous yet..." end |