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:
parent
3e56239d50
commit
203850c130
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
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
|
||||
|
||||
attr_accessor :input
|
||||
|
|
Loading…
Reference in a new issue