19 20 21
# File 'lib/inspec/rule.rb', line 19 def to(*args, &block) @calls.push([:to, args, block, caller]) end