# File lib/file/tail/tailer.rb, line 20 def method_missing(id, *args, &block) if args.empty? && !(value = self[id]).nil? value else super end end