Class: RuPov::Textures::Normal

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 {|_self| ... } ⇒ Normal

Returns a new instance of Normal.

Yields:

  • (_self)

Yield Parameters:



339
340
341
342
# File 'lib/rupov.rb', line 339

def initialize
    super( 'normal')
    yield(self) if block_given? and self.class == Normal
end