RubyGems
npm
Organizations
Log in
Sign up
RubyGems
rdp-arguments
Versions diffs
0.6.4 → 0.6.5
rdp-arguments 0.6.4 → 0.6.5
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/arguments/class.rb
+1
-1
metadata
+1
-1
data/lib/arguments/class.rb
CHANGED
Viewed
@@ -63,7 +63,7 @@ module Arguments
63
63
end
64
64
it = [code, file, 1]
65
65
end
66
-
original_klass.class_eval
*it
66
+
original_klass.class_eval
(
*it
)
67
67
end
68
68
end
69
69
alias :named_args_for :named_arguments_for
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: rdp-arguments
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.6.
4
4
+
version: 0.6.
5
5
5
platform: ruby
6
6
authors:
7
7
- Macario Ortega, rogerdpack