Class: IRuby::ExecutionInfo
- Inherits:
-
Struct
- Object
- Struct
- IRuby::ExecutionInfo
- Defined in:
- lib/iruby/kernel.rb
Instance Attribute Summary collapse
-
#raw_cell ⇒ Object
Returns the value of attribute raw_cell.
-
#silent ⇒ Object
Returns the value of attribute silent.
-
#store_history ⇒ Object
Returns the value of attribute store_history.
Instance Attribute Details
#raw_cell ⇒ Object
Returns the value of attribute raw_cell
2 3 4 |
# File 'lib/iruby/kernel.rb', line 2 def raw_cell @raw_cell end |
#silent ⇒ Object
Returns the value of attribute silent
2 3 4 |
# File 'lib/iruby/kernel.rb', line 2 def silent @silent end |
#store_history ⇒ Object
Returns the value of attribute store_history
2 3 4 |
# File 'lib/iruby/kernel.rb', line 2 def store_history @store_history end |