1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

basic docs for Pry class so that show-doc Pry displays something

This commit is contained in:
John Mair 2012-06-20 02:46:57 +12:00
parent 3e56239d50
commit 203850c130

View file

@ -1,5 +1,7 @@
require "pry/indent" require "pry/indent"
# Pry is a powerful alternative to the standard IRB shell for Ruby.
# It features syntax highlighting, a flexible plugin architecture, runtime invocation and source and documentation browsing.
class Pry class Pry
attr_accessor :input attr_accessor :input