Skip to content

Commit

Permalink
Revert "Allow null objects to be dumped to YAML by "
Browse files Browse the repository at this point in the history
This reverts commit 57cb882.
  • Loading branch information
Mike 'sealabcore' Taylor committed Sep 28, 2014
1 parent 57cb882 commit 9496456
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
1 change: 1 addition & 0 deletions lib/twitter/null_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module Twitter
config.black_hole
config.define_explicit_conversions
config.define_implicit_conversions
config.predicates_return false

def nil?
true
Expand Down
21 changes: 0 additions & 21 deletions spec/twitter/null_object_spec.rb

This file was deleted.

0 comments on commit 9496456

Please sign in to comment.