Class: RSpec::Interactive::RefreshCommand

Inherits:
Pry::ClassCommand
  • Object
show all
Defined in:
lib/rspec-interactive/refresh_command.rb

Instance Method Summary collapse

Instance Method Details

#processObject



16
17
18
# File 'lib/rspec-interactive/refresh_command.rb', line 16

def process
  RSpec::Interactive.refresh
end