Parent

Class/Module Index [+]

Quicksearch

Ruote::ParticipantList::BlockParticipantContext

Used by extract_blocks when evaluating sub-blocks.

Attributes

blocks[R]

Public Class Methods

new() click to toggle source
# File lib/ruote/svc/participant_list.rb, line 321
def initialize
  @blocks = {}
end

Public Instance Methods

method_missing(m, *args, &block) click to toggle source
# 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.