class Optical::System::Spacer
Attributes
space[R]
Public Class Methods
new(space)
click to toggle source
@param space [Number] the length of the {Spacer}
# File lib/optical/system.rb, line 42 def initialize(space) @space = space end