rogerdpack-arguments 0.4.7.8 → 0.4.7.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/arguments/class.rb +1 -1
  2. metadata +1 -1
@@ -54,7 +54,7 @@ module NamedArgs
54
54
  puts "wrapping #{ meth } with this code #{new_code}" if $VERBOSE
55
55
 
56
56
  begin
57
- klass.module_eval new_code, __FILE__ + '.approximately', line_loc + 1
57
+ klass.module_eval new_code, __FILE__, line_loc + 1
58
58
  rescue SyntaxError => e
59
59
  puts "warning--unable to wrap method #{ meth } -- possibly a syntax exception or it's not all on one line in 1.9 -- #{new_code}"
60
60
  throw e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rogerdpack-arguments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7.8
4
+ version: 0.4.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Macario Ortega