Sha256: 00df50fa44329a784ffd3bb4ea307b19bf3b175f5664514cdcb568643e7612db

Contents?: true

Size: 171 Bytes

Versions: 10

Compression:

Stored size: 171 Bytes

Contents

module CanTango
  class Configuration
    class Hooks < Registry::Hash
      include Singleton
      
      def value_methods
        [:call]
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cantango-config-0.1.9.2 lib/cantango/configuration/hooks.rb
cantango-config-0.1.8.1 lib/cantango/configuration/hooks.rb
cantango-config-0.1.8 lib/cantango/configuration/hooks.rb
cantango-config-0.1.7 lib/cantango/configuration/hooks.rb
cantango-config-0.1.6 lib/cantango/configuration/hooks.rb
cantango-config-0.1.5 lib/cantango/configuration/hooks.rb
cantango-config-0.1.4 lib/cantango/configuration/hooks.rb
cantango-config-0.1.3 lib/cantango/configuration/hooks.rb
cantango-config-0.1.2 lib/cantango/configuration/hooks.rb
cantango-config-0.1.1 lib/cantango/configuration/hooks.rb