Skip to content

Commit

Permalink
Merge pull request #84 from sue445/feature/tweak_to_json
Browse files Browse the repository at this point in the history
Add to_json args
  • Loading branch information
sue445 committed Aug 22, 2015
2 parents 62ab5f8 + 6b32893 commit ffef902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubicure/series.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def each_with_girls
end
alias_method_chain :each, :girls

def to_json
def to_json(*_args)
original_hash = {}
each_without_girls do |k, v|
original_hash[k] = v
Expand Down

0 comments on commit ffef902

Please sign in to comment.