Method: Orange::Stack#auto_reload!

Defined in:
lib/orange-core/stack.rb

#auto_reload!(val = true) ⇒ Object

Set the auto_reload option, called without args, defaults to true, other option is to set it to false



89
90
91
# File 'lib/orange-core/stack.rb', line 89

def auto_reload!(val = true)
  @auto_reload = val
end