minstrel 0.2.20101115030455 → 0.2.20101115030604

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.
Files changed (2) hide show
  1. data/lib/minstrel.rb +0 -1
  2. 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: 40202230060921
4
+ hash: 40202230061199
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 20101115030455
10
- version: 0.2.20101115030455
9
+ - 20101115030604
10
+ version: 0.2.20101115030604
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordan Sissel