Libraries
»
not_blank
(0.0.1)
»
Index (S)
»
NotBlank
»
String
Module: NotBlank::String
Defined in:
lib/not_blank.rb
Instance Method Summary
collapse
#
nb
⇒ Object
Instance Method Details
#
nb
⇒
Object
29 30 31
# File 'lib/not_blank.rb', line 29
def
nb
(
strip
==
""
)
?
nil
:
self
end