Sha256: 01322062b27ff8c76dc35d0ad8d6748ccc2262036265acfa2a0d5b4aca19aaf8
Contents?: true
Size: 263 Bytes
Versions: 2
Compression:
Stored size: 263 Bytes
Contents
module Muack Definition = Struct.new(:msg, :args, :returns, :peek_args, :peek_return, :target, :original_method, :visibility) ActualCall = Struct.new(:msg, :args, :block) WithAnyArgs = Object.new end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
muack-1.7.0 | lib/muack/definition.rb |
muack-1.6.0 | lib/muack/definition.rb |