Class: NilClass

Inherits:
Object show all
Defined in:
lib/perennial/core_ext/blank.rb,
lib/perennial/nash.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/perennial/core_ext/blank.rb', line 16

def blank?
  true
end

#to_nashObject



231
232
233
# File 'lib/perennial/nash.rb', line 231

def to_nash
  Perennial::Nash.new
end