Mega Code Archive
Categories
/
Ruby
/
String
Is a string empty
string = 'My first string' # => "My first string" string.empty? # => false