The ObjectHelpers module functionality
Returns:
141 142 143
# File 'lib/runtime/helpers.rb', line 141 def object?(obj = self) obj.is_a?(Inform::Object) || obj.is_a?(Inform::System::Object) end
145 146 147
# File 'lib/runtime/helpers.rb', line 145 def sysobj?(obj = self) obj.is_a?(Inform::System::Object) end