LSystem

module

A toolkit for creating and using Lindenmayer Systems.

Constants

REVISION

Version control revision

VERSION

Package version

Public Class Methods

anchor
declare( &block )

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