Method: Gloo::Core::Pn.error

Defined in:
lib/gloo/core/pn.rb

.error(engine) ⇒ Object

Reference to the error message.



45
46
47
# File 'lib/gloo/core/pn.rb', line 45

def self.error( engine )
  return Pn.new( engine, ERROR )
end