module Rib::LastValue::Imp

Public Instance Methods

last_exception() click to toggle source
# File lib/rib/core/last_value.rb, line 29
def last_exception
  Rib.shell.last_exception
end
last_value() click to toggle source
# File lib/rib/core/last_value.rb, line 25
def last_value
  Rib.shell.last_value
end