Object
(Not documented)
# File lib/wonderfl/user_codes.rb, line 4 def initialize(payload) raise TypeError, 'Array argument expected' unless payload.is_a? Array @code_list = [] payload.each { |code| @code_list << Wonderfl::Code.new(code) } end
# File lib/wonderfl/user_codes.rb, line 14 def count @code_list.length end
# File lib/wonderfl/user_codes.rb, line 10 def each @code_list.each { |code| yield code } end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.