Object
# File lib/textpow/recording_processor.rb, line 5 def initialize @stack = [] end
# File lib/textpow/recording_processor.rb, line 9 def method_missing(name, *args) @stack << [name, *args] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.