Skip to content

Commit

Permalink
Merge b698962 into dc461c3
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-sonpatki committed May 29, 2013
2 parents dc461c3 + b698962 commit fd5c52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/multi_json.rb
Expand Up @@ -31,7 +31,7 @@ def default_options=(value)
%w(load_options= dump_options=).each do |method|
define_method method do |*args|
use current_adapter
super *args
super(*args)
end
end

Expand Down

0 comments on commit fd5c52a

Please sign in to comment.