Module: Blacksmith

Defined in:
lib/version.rb,
lib/blacksmith.rb,
lib/blacksmith/cli.rb,
lib/blacksmith/configure.rb,
lib/blacksmith/application.rb,
lib/blacksmith/preprocessor.rb

Defined Under Namespace

Classes: Application, Cli, CommandShell, Configure, Preprocessor

Constant Summary collapse

VERSION =
'0.0.2'

Class Method Summary collapse

Class Method Details

.appObject



13
14
15
# File 'lib/blacksmith.rb', line 13

def app
  @app ||= Blacksmith::Application.new
end

.configObject



9
10
11
# File 'lib/blacksmith.rb', line 9

def config
  @config ||= Blacksmith::Configure.new
end