4 5 6 7 8
# File 'lib/ruby-box/event_response.rb', line 4 def events @events ||= entries.collect {|ev| RubyBox::Event.new(@session, ev) } end