minstrel 0.2.20110428123747 → 0.2.20110428124038
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/minstrel.rb +0 -1
- metadata +3 -3
data/lib/minstrel.rb
CHANGED
@@ -81,7 +81,6 @@ module Minstrel; class Instrument
|
|
81
81
|
puts "Wrapping #{klass.name}##{method} (method)" if $DEBUG
|
82
82
|
define_method(method) do |*args, &argblock|
|
83
83
|
exception = false
|
84
|
-
puts "#{method}, #{self}"
|
85
84
|
block.call(:enter, self, method, *args)
|
86
85
|
begin
|
87
86
|
# TODO(sissel): Not sure which is better:
|
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: 40220856248091
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 20110428124038
|
10
|
+
version: 0.2.20110428124038
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jordan Sissel
|