Module: Inform::NilClassObjectHelpers

Included in:
NilClass
Defined in:
lib/runtime/helpers.rb

Overview

The NilClassObjectHelpers module functionality

Instance Method Summary collapse

Instance Method Details

#list_togetherObject



163
164
165
# File 'lib/runtime/helpers.rb', line 163

def list_together
  self
end

#object?Boolean

Returns:

  • (Boolean)


155
156
157
# File 'lib/runtime/helpers.rb', line 155

def object?
  false
end

#sysobj?Boolean

Returns:

  • (Boolean)


159
160
161
# File 'lib/runtime/helpers.rb', line 159

def sysobj?
  false
end