drzel/another_toy_robot

View on GitHub
lib/another_toy_robot/null_arena.rb

Summary

Maintainability
A
0 mins
Test Coverage
class NullArena
  def inbounds?(*)
    true
  end
end