Skip to content

Instantly share code, notes, and snippets.

@gregkare
Created July 1, 2015 14:45
Show Gist options
  • Save gregkare/025f4a42dd4a41f64094 to your computer and use it in GitHub Desktop.
Save gregkare/025f4a42dd4a41f64094 to your computer and use it in GitHub Desktop.
Yaay ActiveSupport
> 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