Module: Superparser

Defined in:
lib/superparser.rb,
lib/superparser/client.rb,
lib/superparser/version.rb,
lib/superparser/configuration.rb,
lib/superparser/superparser_integration.rb,
lib/generators/ruby_superparser/install_generator.rb

Overview

lib/superparser/superparser_integration.rb

Defined Under Namespace

Modules: SuperparserIntegration Classes: Client, Configuration, Error, InstallGenerator

Constant Summary collapse

VERSION =
'0.1.3'

Class Method Summary collapse

Class Method Details

.configObject



16
17
18
# File 'lib/superparser.rb', line 16

def self.config
  @config
end

.init {|@config| ... } ⇒ Object

Yields:



11
12
13
14
# File 'lib/superparser.rb', line 11

def self.init
  @config = Configuration.new
  yield @config if block_given?
end