Method: Console1984::Ext::Core::Module#instance_eval
- Defined in:
- lib/console1984/ext/core/module.rb
#instance_eval ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/console1984/ext/core/module.rb', line 8 def instance_eval(*) if Console1984.command_executor.from_irb?(caller) raise Console1984::Errors::ForbiddenCommandAttempted else super end end |