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

#klassObject



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

def klass() nil end

#method_nameObject



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

def method_name() nil end

#prevObject



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

def prev() self end

#selfObject



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

def self() nil end