Guest User

Untitled

a guest
Oct 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. irb(main):001:0> CorruptionClash.new(Player.first, Player.last).pounce
  2. NoMethodError: undefined method `attack' for nil:NilClass
  3. from /opt/local/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/whiny_nil.rb:48:in `method_missing'
  4. from /Users/mlabanov/Work/Corruption/lib/corruption_clash.rb:137:in `attack_sum_for_player'
  5. from /Users/mlabanov/Work/Corruption/lib/corruption_clash.rb:48:in `start_fight'
  6. from /Users/mlabanov/Work/Corruption/lib/corruption_clash.rb:30:in `pounce'
  7. from (irb):1
  8. irb(main):002:0>
Add Comment
Please, Sign In to add comment