Skip to content

Instantly share code, notes, and snippets.

@Sporky023
Created August 11, 2011 20:51
Show Gist options
  • Save Sporky023/1140736 to your computer and use it in GitHub Desktop.
Save Sporky023/1140736 to your computer and use it in GitHub Desktop.
irb(...):005:0> klass.columns_hash["tag"].text?
NoMethodError: undefined method `text?' for nil:NilClass
...
irb(...):006:0> klass.columns_hash["tag_id"].text?
=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment