Class: IRuby::ExecutionInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/iruby/kernel.rb

Instance Attribute Summary collapse

Instance Attribute Details

#raw_cellObject

Returns the value of attribute raw_cell

Returns:

  • (Object)

    the current value of raw_cell



2
3
4
# File 'lib/iruby/kernel.rb', line 2

def raw_cell
  @raw_cell
end

#silentObject

Returns the value of attribute silent

Returns:

  • (Object)

    the current value of silent



2
3
4
# File 'lib/iruby/kernel.rb', line 2

def silent
  @silent
end

#store_historyObject

Returns the value of attribute store_history

Returns:

  • (Object)

    the current value of store_history



2
3
4
# File 'lib/iruby/kernel.rb', line 2

def store_history
  @store_history
end