minstrel 0.2.20101115030455 → 0.2.20101115030604
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/minstrel.rb +0 -1
- metadata +3 -3
data/lib/minstrel.rb
CHANGED
@@ -51,7 +51,6 @@ module Minstrel; class Instrument
|
|
51
51
|
method = method.to_sym
|
52
52
|
#block.call(:wrap, klass, method)
|
53
53
|
define_method(method) do |*args, &argblock|
|
54
|
-
puts "call #{klass.name}##{method}(#{args.inspect}, #{block_given?})"
|
55
54
|
block.call(:enter, klass, method, *args)
|
56
55
|
exception = false
|
57
56
|
begin
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minstrel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 40202230061199
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 20101115030604
|
10
|
+
version: 0.2.20101115030604
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jordan Sissel
|