lib/musterb/evaluator.rb in musterb-0.0.5 vs lib/musterb/evaluator.rb in musterb-0.0.6

- old
+ new

@@ -1,7 +1,9 @@ class Musterb::Evaluator include ExtractValues + attr_reader :context + def initialize(context) @context = context end def current \ No newline at end of file