Module: Tomahawk

Extended by:
Tomahawk
Included in:
Tomahawk
Defined in:
lib/tomahawk.rb,
lib/tomahawk/config.rb,
lib/tomahawk/version.rb,
lib/tomahawk/generators.rb,
lib/tomahawk/config_parser.rb,
lib/tomahawk/generators/base.rb,
lib/tomahawk/directive_groups.rb,
lib/tomahawk/generators/httpd.rb,
lib/tomahawk/generators/directory.rb,
lib/tomahawk/directive_groups/base.rb,
lib/tomahawk/directive_groups/httpd.rb,
lib/tomahawk/generators/virtual_host.rb,
lib/tomahawk/directive_groups/directory.rb,
lib/tomahawk/directive_groups/virtual_host.rb

Defined Under Namespace

Modules: DirectiveGroups, Generators Classes: Config, ConfigParser

Constant Summary collapse

VERSION =
"0.0.4"

Instance Method Summary collapse

Instance Method Details

#parse(input) ⇒ Object



10
11
12
# File 'lib/tomahawk.rb', line 10

def parse(input)
  ConfigParser.new(input).call
end