class Object
Public Instance Methods
Nova(options, &block)
click to toggle source
Creates or modifies a star, with the given options and block.
@see Nova.create
@param (see Nova.create
) @yield (see Nova.create
) @return [Class] the new star.
# File lib/nova.rb, line 49 def Nova(options, &block) Nova.create(options, &block) end