A toolkit for creating and using Lindenmayer Systems.
Version control revision
Package version
Declare a new L-System that is configured via the given block
.
# File lib/lsystem.rb, line 17
def self::declare( &block )
return LSystem::RulesEngine.new( &block )
end