Sha256: 84d73c0abd863e5b3250017a3833e760cd5490f92a44aba4db56be81e3e3173c
Contents?: true
Size: 161 Bytes
Versions: 3
Compression:
Stored size: 161 Bytes
Contents
require "method_found/version" require "method_found/interceptor" module MethodFound def self.new(*args, &block) Interceptor.new(*args, &block) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
method_found-0.1.2 | lib/method_found.rb |
method_found-0.1.1 | lib/method_found.rb |
method_found-0.1.0 | lib/method_found.rb |