Class: PryExceptionExplorer::LazyFrame::NullFrame

Inherits:
Object
  • Object
show all
Defined in:
lib/pry-exception_explorer/lazy_frame.rb

Instance Method Summary collapse

Instance Method Details

#klass ⇒ Object



4
# File 'lib/pry-exception_explorer/lazy_frame.rb', line 4

def klass() nil end

#method_name ⇒ Object



6
# File 'lib/pry-exception_explorer/lazy_frame.rb', line 6

def method_name() nil end

#prev ⇒ Object



7
# File 'lib/pry-exception_explorer/lazy_frame.rb', line 7

def prev() self end

#self ⇒ Object



5
# File 'lib/pry-exception_explorer/lazy_frame.rb', line 5

def self() nil end