class Timetrack::Reader
Assemble a parser, a transform, and an IO-like object together to turn them into an AST.
Public Instance Methods
load()
click to toggle source
# File lib/timetrack/reader.rb, line 8 def load transform.apply parser.parse input.read end