Methods

Class/Module Index [+]

Quicksearch

Shoulda::Matchers::Doublespeak::DoubleImplementationRegistry

@private

Constants

REGISTRY

Public Class Methods

find(type) click to toggle source
# File lib/shoulda/matchers/doublespeak/double_implementation_registry.rb, line 9
def find(type)
  find_class!(type).create
end
register(klass, type) click to toggle source
# File lib/shoulda/matchers/doublespeak/double_implementation_registry.rb, line 13
def register(klass, type)
  REGISTRY[type] = klass
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.