# File lib/ruote/svc/dollar_sub.rb, line 286 def method_missing(m, *args) if args.length < 1 && v = @workitem.fields[m.to_s] return v end super end