Exception: EleetScript::CannotCallInstanceOrClassMethodsExcpetion
- Inherits:
-
Exception
- Object
- Exception
- EleetScript::CannotCallInstanceOrClassMethodsExcpetion
- Defined in:
- lib/engine/engine.rb
Instance Method Summary collapse
-
#initialize ⇒ CannotCallInstanceOrClassMethodsExcpetion
constructor
A new instance of CannotCallInstanceOrClassMethodsExcpetion.
Constructor Details
#initialize ⇒ CannotCallInstanceOrClassMethodsExcpetion
Returns a new instance of CannotCallInstanceOrClassMethodsExcpetion.
13 14 15 |
# File 'lib/engine/engine.rb', line 13 def initialize super("You cannot call a class or instance method using EleetScript::Engine.call") end |