Flowdock
empty?() public

Returns true if str has a length of zero.

"hello".empty?   #=> false
"".empty?        #=> true
Show source
Register or log in to add new notes.