[Source]
# File lib/webgen/test.rb, line 192 192: def method_missing( name, *args, &block ) 193: Dummy.new 194: end
[Validate]