Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/parser.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


230
231
232
# File 'lib/parser.rb', line 230

def blank?
	self !~ /\S/
end