Sha256: 177e745aea7f036eef36c9d9180cfee7c498eb320e4f8f4ed41feebe08609a11

Contents?: true

Size: 181 Bytes

Versions: 8

Compression:

Stored size: 181 Bytes

Contents

module Testing

  class BaseHandler < Webgen::HandlerPlugin
  end

  class Handler1 < BaseHandler

    register_handler 'handler1'

  end

  class Handler2 < BaseHandler
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
webgen-0.4.0 test/fixtures/tc_plugin/handlerplugin.rb
webgen-0.4.1 test/fixtures/tc_plugin/handlerplugin.rb
webgen-0.4.2 test/fixtures/tc_plugin/handlerplugin.rb
webgen-0.4.5 test/fixtures/tc_plugin/handlerplugin.rb
webgen-0.4.3 test/fixtures/tc_plugin/handlerplugin.rb
webgen-0.4.4 test/fixtures/tc_plugin/handlerplugin.rb
webgen-0.4.7 test/fixtures/tc_plugin/handlerplugin.rb
webgen-0.4.6 test/fixtures/tc_plugin/handlerplugin.rb