Class: RuPov::Textures::Normal
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ Normal
constructor
A new instance of Normal.
Methods inherited from Base
Constructor Details
#initialize {|_self| ... } ⇒ Normal
Returns a new instance of Normal.
339 340 341 342 |
# File 'lib/rupov.rb', line 339 def initialize super( 'normal') yield(self) if block_given? and self.class == Normal end |