class Astromapper::Builder::Rockball

Public Class Methods

new(star,orbit_number) click to toggle source
Calls superclass method Astromapper::Builder::Planet::new
# File lib/astromapper/builder/orbit.rb, line 138
def initialize(star,orbit_number)
  super
  @kid = 'R'
end