lib/pry-remote-auto.rb in pry-remote-auto-1.0.0 vs lib/pry-remote-auto.rb in pry-remote-auto-1.1.0

- old
+ new

@@ -20,6 +20,7 @@ end remote_pry_without_auto_launch(*args) end alias_method :remote_pry_without_auto_launch, :remote_pry alias_method :remote_pry, :remote_pry_with_auto_launch + alias_method :pry_remote, :remote_pry end