Skip to content

Commit

Permalink
just return nil
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Sep 20, 2011
1 parent dbc38c9 commit 0bf82cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/encoding/encoding_spec.rb
Expand Up @@ -9,13 +9,13 @@ def to_json

class TheMindKiller
def to_json
@wait_i_dont_exist_this_is_a_horrible_mistake_dont_do_it_aiiiiiiiiieeeeeee
nil
end
end

class TheMindKillerDuce
def to_s
@wait_i_dont_exist_this_is_a_horrible_mistake_dont_do_it_aiiiiiiiiieeeeeee
nil
end
end

Expand Down

0 comments on commit 0bf82cd

Please sign in to comment.