Class: Numeric

Inherits:
Object show all
Defined in:
lib/stub_requests/core_ext/object/blank.rb

Overview

:nodoc:

See Also:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

:nodoc:

Returns:

  • (Boolean)


101
102
103
# File 'lib/stub_requests/core_ext/object/blank.rb', line 101

def blank?
  false
end