class RubyRobot::NetflixTabletop
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/ruby_robot/netflix_tabletop.rb, line 8 def initialize # The instructions say that a Netflix Tabletop # is 5x5 super(5, 5) end