Class: Lustr::NullController

Inherits:
Object
  • Object
show all
Includes:
ControllerBase
Defined in:
lib/lustr/controller.rb

Instance Attribute Summary

Attributes included from ControllerBase

#gadget

Instance Method Summary collapse

Instance Method Details

#instance_eval(str) ⇒ Object



24
25
26
# File 'lib/lustr/controller.rb', line 24

def instance_eval(str)
	eval(str)
end