Returns a new instance of Parser.
9 10 11 12
# File 'lib/joule/base/parser.rb', line 9 def initialize(data) @data = data @workout = Workout.new end