Class: NullArena

Inherits:
Object
  • Object
show all
Defined in:
lib/another_toy_robot/null_arena.rb

Instance Method Summary collapse

Instance Method Details

#inbounds?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'lib/another_toy_robot/null_arena.rb', line 2

def inbounds?(*)
  true
end