Object
Used by extract_blocks when evaluating sub-blocks.
# File lib/ruote/svc/participant_list.rb, line 321 def initialize @blocks = {} end
# File lib/ruote/svc/participant_list.rb, line 324 def method_missing(m, *args, &block) @blocks[m.to_s] = block.to_raw_source end
[Validate]
Generated with the Darkfish Rdoc Generator 2.