Class: RuPov::Atmosphere::Background

Inherits:
Base
  • Object
show all
Defined in:
lib/rupov.rb

Instance Attribute Summary

Attributes inherited from Base

#name

Instance Method Summary collapse

Methods inherited from Base

#<<, #to_s

Constructor Details

#initialize(colour) ⇒ Background

Returns a new instance of Background.



264
265
266
267
# File 'lib/rupov.rb', line 264

def initialize( colour )
    super( 'background' )
    self << colour
end