Class: String
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
37 38 39 |
# File 'lib/hbase.rb', line 37 def blank? self !~ /\S/ end |
#to_b ⇒ Object
41 42 43 |
# File 'lib/hbase.rb', line 41 def to_b self == "true" ? true : false end |