class Object
Constants
- BULLSHIT_VALUES
Public Instance Methods
bullshit?()
click to toggle source
# File lib/is_bullshit.rb, line 18 def bullshit? !!BULLSHIT_VALUES[self] end
Also aliased as: is_bullshit?
legit?()
click to toggle source
# File lib/is_bullshit.rb, line 22 def legit? !bullshit? end
Also aliased as: seems_legit?