lib/comma/extractors.rb in crafterm-comma-0.1.8 vs lib/comma/extractors.rb in crafterm-comma-0.2.0
- old
+ new
@@ -11,11 +11,11 @@
def results
instance_eval &@block
@results
end
- def id
- method_missing(:id)
+ def id(*args)
+ method_missing(:id, *args)
end
end
class HeaderExtractor < Extractor