class NullArena

Public Instance Methods

inbounds?(*) click to toggle source
# File lib/another_toy_robot/null_arena.rb, line 2
def inbounds?(*)
  true
end