module Adequack
Constants
- InterfaceImplementationError
- VERSION
Public Class Methods
check_implementation(duck, interface)
click to toggle source
# File lib/adequack.rb, line 12 def self.check_implementation(duck, interface) Core.implements duck, interface end
double(core, interfaces)
click to toggle source
# File lib/adequack.rb, line 16 def self.double(core, interfaces) RspecProxy.new core, interfaces end