Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/wukong/extensions/blank.rb
Overview
This is taken in whole from the extlib gem. Thanks y'all.
Instance Method Summary (collapse)
Instance Method Details
- (Boolean) blank?
16 17 18 |
# File 'lib/wukong/extensions/blank.rb', line 16 def blank? nil? || (respond_to?(:empty?) && empty?) end |