module Straightedge::Surface

Attributes

adapter[RW]
height[R]
width[R]

Public Instance Methods

display() click to toggle source
# File lib/straightedge/surface.rb, line 6
def display
  warn 'implement in subclass'
end