Method: Lesstrack#initialize
- Defined in:
- lib/lesstrack.rb
#initialize ⇒ Lesstrack
Returns a new instance of Lesstrack.
7 8 9 10 |
# File 'lib/lesstrack.rb', line 7 def initialize @punch = nil @config = nil end |
Returns a new instance of Lesstrack.
7 8 9 10 |
# File 'lib/lesstrack.rb', line 7 def initialize @punch = nil @config = nil end |