Class: Rounders::Rounder
- Inherits:
-
Object
- Object
- Rounders::Rounder
- Defined in:
- lib/rounders/rounder.rb
Constant Summary collapse
- DEFAULT_ENV =
'development'.freeze
- DEFAULT_INTERVAL =
10
Instance Method Summary collapse
Instance Method Details
#dotenv ⇒ Object
6 7 8 |
# File 'lib/rounders/rounder.rb', line 6 def dotenv Dotenv.load end |
#start ⇒ Object
10 11 12 13 |
# File 'lib/rounders/rounder.rb', line 10 def start setup polling end |