Created
July 1, 2015 14:45
-
-
Save gregkare/025f4a42dd4a41f64094 to your computer and use it in GitHub Desktop.
Yaay ActiveSupport
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> r = "\x9A" | |
=> "\x9A" | |
> r.empty? | |
=> false | |
> r.nil? | |
=> false | |
> r.blank? | |
ArgumentError: invalid byte sequence in UTF-8 | |
from /var/lib/gems/2.1.0/gems/activesupport-4.2.2/lib/active_support/core_ext/object/blank.rb:117:in `===' | |
from /var/lib/gems/2.1.0/gems/activesupport-4.2.2/lib/active_support/core_ext/object/blank.rb:117:in `blank?' | |
from (irb):23 | |
from /usr/bin/irb:11:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment