Sha256: 5cc0c9386754a060e819bcfd31f3a71114a76b30d86bcfc6f6a3cd4456679b0e

Contents?: true

Size: 489 Bytes

Versions: 14

Compression:

Stored size: 489 Bytes

Contents

module AeEasy
  module Core
    module Plugin
      module Parser
        include AeEasy::Core::Plugin::InitializeHook
        include AeEasy::Core::Plugin::ParserBehavior

        # Initialize parser and hooks.
        #
        # @param [Hash] opts ({}) Configuration options.
        #
        # @see AeEasy::Core::Plugin::ContextIntegrator#initialize_hook_core_context_integrator
        def initialize opts = {}
          initialize_hooks opts
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ae_easy-core-0.2.0 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.1.9 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.1.8 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.1.7 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.1.6 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.1.5 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.1.4 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.1.3 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.1.2 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.1.1 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.1.0 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.0.5 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.0.4 lib/ae_easy/core/plugin/parser.rb
ae_easy-core-0.0.3 lib/ae_easy/core/plugin/parser.rb