Method: Fire::Session#initialize
- Defined in:
- lib/fire/session.rb
#initialize(options = {}) ⇒ void
Initialize new Session instance.
25 26 27 28 29 30 |
# File 'lib/fire/session.rb', line 25 def initialize(={}) self.watch = [:watch] self.trial = [:trial] load_system end |