pry-docmore 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. data/lib/pry-docmore.rb +63 -0
  2. data/pry-docmore.wiki/Home.md +96 -0
  3. data/pry-docmore.wiki/Ruby Global $! (DollarBang).md +15 -0
  4. data/pry-docmore.wiki/Ruby Global $/" (DollarQuote).md" +4 -0
  5. data/pry-docmore.wiki/Ruby Global $$ (DollarDollar).md +12 -0
  6. data/pry-docmore.wiki/Ruby Global $& (DollarAmpersand).md +16 -0
  7. data/pry-docmore.wiki/Ruby Global $' (DollarTick).md +16 -0
  8. data/pry-docmore.wiki/Ruby Global $* (DollarStar).md +1 -0
  9. data/pry-docmore.wiki/Ruby Global $+ (DollarPlus).md +9 -0
  10. data/pry-docmore.wiki/Ruby Global $, (DollarComma).md +1 -0
  11. data/pry-docmore.wiki/Ruby Global $-0 (DollarDashZero).md +1 -0
  12. data/pry-docmore.wiki/Ruby Global $-F (DollarDashF).md +1 -0
  13. data/pry-docmore.wiki/Ruby Global $-I (DollarDashI).md +1 -0
  14. data/pry-docmore.wiki/Ruby Global $-K (DollarDashK).md +1 -0
  15. data/pry-docmore.wiki/Ruby Global $-W (DollarDashW).md +1 -0
  16. data/pry-docmore.wiki/Ruby Global $-a (DollarDasha).md +1 -0
  17. data/pry-docmore.wiki/Ruby Global $-d (DollarDashd).md +1 -0
  18. data/pry-docmore.wiki/Ruby Global $-i (DollarDashi).md +1 -0
  19. data/pry-docmore.wiki/Ruby Global $-l (DollarDashl).md +1 -0
  20. data/pry-docmore.wiki/Ruby Global $-p (DollarDashp).md +1 -0
  21. data/pry-docmore.wiki/Ruby Global $-v (DollarDashv).md +1 -0
  22. data/pry-docmore.wiki/Ruby Global $-w (DollarDashw).md +1 -0
  23. data/pry-docmore.wiki/Ruby Global $. (DollarDot).md +1 -0
  24. data/pry-docmore.wiki/Ruby Global $0 (DollarZero).md +1 -0
  25. data/pry-docmore.wiki/Ruby Global $1 (DollarOne).md +1 -0
  26. data/pry-docmore.wiki/Ruby Global $2 (DollarTwo).md +1 -0
  27. data/pry-docmore.wiki/Ruby Global $3 (DollarThree).md +1 -0
  28. data/pry-docmore.wiki/Ruby Global $4 (DollarFour).md +1 -0
  29. data/pry-docmore.wiki/Ruby Global $5 (DollarFive).md +1 -0
  30. data/pry-docmore.wiki/Ruby Global $6 (DollarSix).md +1 -0
  31. data/pry-docmore.wiki/Ruby Global $7 (DollarSeven).md +1 -0
  32. data/pry-docmore.wiki/Ruby Global $8 (DollarEight).md +1 -0
  33. data/pry-docmore.wiki/Ruby Global $9 (DollarNine).md +1 -0
  34. data/pry-docmore.wiki/Ruby Global $: (DollarColon).md +3 -0
  35. data/pry-docmore.wiki/Ruby Global $; (DollarSemicolon).md +1 -0
  36. data/pry-docmore.wiki/Ruby Global $< (DollarLessthan).md +1 -0
  37. data/pry-docmore.wiki/Ruby Global $= (DollarEquals).md +2 -0
  38. data/pry-docmore.wiki/Ruby Global $> (DollarGreaterthan).md +1 -0
  39. data/pry-docmore.wiki/Ruby Global $? (Dollar?).md +11 -0
  40. data/pry-docmore.wiki/Ruby Global $@ (DollarAt).md +2 -0
  41. data/pry-docmore.wiki/Ruby Global $DEBUG (DollarDEBUG).md +1 -0
  42. data/pry-docmore.wiki/Ruby Global $FILENAME (DollarFILENAME).md +1 -0
  43. data/pry-docmore.wiki/Ruby Global $KCODE (DollarKCODE).md +1 -0
  44. data/pry-docmore.wiki/Ruby Global $LOADED_FEATURES (DollarLOADEDUnderscoreFEATURES).md +1 -0
  45. data/pry-docmore.wiki/Ruby Global $LOAD_PATH (DollarLOADUnderscorePATH).md +1 -0
  46. data/pry-docmore.wiki/Ruby Global $PROGRAM_NAME (DollarPROGRAMUnderscoreNAME).md +1 -0
  47. data/pry-docmore.wiki/Ruby Global $SAFE (DollarSAFE).md +4 -0
  48. data/pry-docmore.wiki/Ruby Global $VERBOSE (DollarVERBOSE).md +1 -0
  49. data/pry-docmore.wiki/Ruby Global $// (DollarBackslash).md" +1 -0
  50. data/pry-docmore.wiki/Ruby Global $_ (DollarUnderscore).md +1 -0
  51. data/pry-docmore.wiki/Ruby Global $` (DollarBacktick).md +16 -0
  52. data/pry-docmore.wiki/Ruby Global $stderr (Dollarstderr).md +1 -0
  53. data/pry-docmore.wiki/Ruby Global $stdin (Dollarstdin).md +1 -0
  54. data/pry-docmore.wiki/Ruby Global $stdout (Dollarstdout).md +1 -0
  55. data/pry-docmore.wiki/Ruby Global $~ (DollarSquiggle).md +1 -0
  56. data/pry-docmore.wiki/Ruby Global $/342/201/204 (DollarSlash).md" +3 -0
  57. data/pry-docmore.wiki/Ruby Keyword: BEGIN.md +14 -0
  58. data/pry-docmore.wiki/Ruby Keyword: END.md +10 -0
  59. data/pry-docmore.wiki/Ruby Keyword: __ENCODING__.md +8 -0
  60. data/pry-docmore.wiki/Ruby Keyword: __FILE__.md +5 -0
  61. data/pry-docmore.wiki/Ruby Keyword: __LINE__.md +12 -0
  62. data/pry-docmore.wiki/Ruby Keyword: alias.md +35 -0
  63. data/pry-docmore.wiki/Ruby Keyword: and.md +23 -0
  64. data/pry-docmore.wiki/Ruby Keyword: begin.md +24 -0
  65. data/pry-docmore.wiki/Ruby Keyword: break.md +16 -0
  66. data/pry-docmore.wiki/Ruby Keyword: case.md +23 -0
  67. data/pry-docmore.wiki/Ruby Keyword: class.md +4 -0
  68. data/pry-docmore.wiki/Ruby Keyword: def.md +14 -0
  69. data/pry-docmore.wiki/Ruby Keyword: defined?.md +13 -0
  70. data/pry-docmore.wiki/Ruby Keyword: do.md +3 -0
  71. data/pry-docmore.wiki/Ruby Keyword: else.md +4 -0
  72. data/pry-docmore.wiki/Ruby Keyword: elsif.md +3 -0
  73. data/pry-docmore.wiki/Ruby Keyword: end.md +2 -0
  74. data/pry-docmore.wiki/Ruby Keyword: ensure.md +1 -0
  75. data/pry-docmore.wiki/Ruby Keyword: false.md +9 -0
  76. data/pry-docmore.wiki/Ruby Keyword: for.md +14 -0
  77. data/pry-docmore.wiki/Ruby Keyword: if.md +5 -0
  78. data/pry-docmore.wiki/Ruby Keyword: in.md +3 -0
  79. data/pry-docmore.wiki/Ruby Keyword: module.md +3 -0
  80. data/pry-docmore.wiki/Ruby Keyword: next.md +15 -0
  81. data/pry-docmore.wiki/Ruby Keyword: nil.md +3 -0
  82. data/pry-docmore.wiki/Ruby Keyword: not.md +10 -0
  83. data/pry-docmore.wiki/Ruby Keyword: or.md +18 -0
  84. data/pry-docmore.wiki/Ruby Keyword: redo.md +16 -0
  85. data/pry-docmore.wiki/Ruby Keyword: rescue.md +55 -0
  86. data/pry-docmore.wiki/Ruby Keyword: retry.md +20 -0
  87. data/pry-docmore.wiki/Ruby Keyword: return.md +38 -0
  88. data/pry-docmore.wiki/Ruby Keyword: self.md +15 -0
  89. data/pry-docmore.wiki/Ruby Keyword: super.md +34 -0
  90. data/pry-docmore.wiki/Ruby Keyword: then.md +17 -0
  91. data/pry-docmore.wiki/Ruby Keyword: true.md +7 -0
  92. data/pry-docmore.wiki/Ruby Keyword: undef.md +5 -0
  93. data/pry-docmore.wiki/Ruby Keyword: unless.md +4 -0
  94. data/pry-docmore.wiki/Ruby Keyword: until.md +6 -0
  95. data/pry-docmore.wiki/Ruby Keyword: when.md +1 -0
  96. data/pry-docmore.wiki/Ruby Keyword: while.md +6 -0
  97. data/pry-docmore.wiki/Ruby Keyword: yield.md +16 -0
  98. metadata +181 -0
@@ -0,0 +1,14 @@
1
+ Define a method.
2
+
3
+ # TODO:
4
+ # Describe various signatures
5
+ # def foo
6
+ # def foo arg
7
+ # def foo arg, arg2
8
+ # def foo *args
9
+ # def foo arg, *args, arg3
10
+ # …Ruby 2.0 keyword args?
11
+ # Talk about eigenclasses
12
+
13
+ Doesn't work inside another `def`, but can work inside blocks. Compare to
14
+ Module#define_method, which is capable of doing more dynamic tricks.
@@ -0,0 +1,13 @@
1
+ defined? nil ⇒ "nil"
2
+ defined? self ⇒ "self"
3
+ defined? true ⇒ "true"
4
+ defined? false ⇒ "false"
5
+ # ____ ⇒ "expression"
6
+ defined? printf ⇒ "method"
7
+ printf = 3
8
+ defined? printf ⇒ "local-variable"
9
+ defined? a = 3 ⇒ "assignment" # but doesn't actually set a to 3.
10
+
11
+ What the heck is this thing good for?
12
+
13
+ Please answer at: https://github.com/rking/pry-docmore/wiki
@@ -0,0 +1,3 @@
1
+ The beginning of a block, to be passed to a method call.
2
+
3
+ TODO - https://github.com/rking/pry-docmore/wiki
@@ -0,0 +1,4 @@
1
+ The part of a condition that happens when none if the `if` or `elsif` parts
2
+ hold true. Also works with `case` and `rescue`.
3
+
4
+ TODO - https://github.com/rking/pry-docmore/wiki
@@ -0,0 +1,3 @@
1
+ Is only checked when the preceding `if`/`elsif` conditions evaluated false.
2
+
3
+ TODO - https://github.com/rking/pry-docmore/wiki
@@ -0,0 +1,2 @@
1
+ The single biggest wart in the Ruby syntax (because sleeker languages, such as
2
+ CoffeeScript, imply it by indentation.)
@@ -0,0 +1 @@
1
+ The sibling of `require` that is run when there is or isn't an exception.
@@ -0,0 +1,9 @@
1
+ In Ruby, only `false` and `nil` evaluate to false.
2
+
3
+ def false_check x
4
+ return if nil == x
5
+ return if false == x
6
+ unless x
7
+ puts "This will never ever get reached."
8
+ end
9
+ end
@@ -0,0 +1,14 @@
1
+ A fairly rarely used keyword in Ruby, because we like to write the Enumerable
2
+ on the left side to remind us that we're not programming in some other lanuage.
3
+
4
+ But, actually, it is a golf win:
5
+
6
+ (2..5).each do |i|
7
+ p i
8
+ end
9
+
10
+ Is equivalent to:
11
+
12
+ for i in 2..5
13
+ p i
14
+ end
@@ -0,0 +1,5 @@
1
+ That most fundamental of computing tools.
2
+
3
+ See: https://en.wikipedia.org/wiki/Turing_completeness
4
+
5
+ But also see: http://www.refactoring.com/catalog/replaceConditionalWithPolymorphism.html
@@ -0,0 +1,3 @@
1
+ Goes with the `for` keyword.
2
+
3
+ # Anything else? If so, let us know: https://github.com/rking/pry-docmore/wiki
@@ -0,0 +1,3 @@
1
+ Defines a Module, which is like a Class but can never be instantiated.
2
+
3
+ TODO - https://github.com/rking/pry-docmore/wiki
@@ -0,0 +1,15 @@
1
+ Skip to the next iteration of the inner-most loop.
2
+
3
+ For example:
4
+
5
+ 10.times do |i|
6
+ next unless 0 == i % 3
7
+ print i
8
+ end
9
+ puts
10
+
11
+ Prints:
12
+
13
+ 0369
14
+
15
+ Compare with: break, last
@@ -0,0 +1,3 @@
1
+ Represents "nothing whatsoever".
2
+
3
+ Along with `false`, is the other value that evaluates to false in conditionals.
@@ -0,0 +1,10 @@
1
+ Boolean negation.
2
+
3
+ if not x
4
+
5
+ is equivalent to:
6
+
7
+ unless x
8
+
9
+ Note that the precedence is lower than for `!`. # TODO: elaborate, w/ examples.
10
+ See: http://phrogz.net/ProgrammingRuby/language.html#table_18.4
@@ -0,0 +1,18 @@
1
+ Boolean disjunction.
2
+
3
+ Evaluates to true if either its left or right side are true.
4
+
5
+ Remember that the 'or' operator is lower precedence operator than '||', so
6
+
7
+ an_expression or another_expression
8
+ is roughly equivalent to:
9
+ (an_expression) || (another_expression)
10
+
11
+ @example Truth table
12
+ true or true ⇒ true
13
+ false or true ⇒ true
14
+ false or false ⇒ false
15
+ @example Precedence
16
+ true or false ? 'yes' : 'no' ⇒ true
17
+ true || false ? 'yes' : 'no' ⇒ "yes"
18
+ @see http://phrogz.net/ProgrammingRuby/language.html#table_18.4
@@ -0,0 +1,16 @@
1
+ Jump back to the top of the inner-most block. E.g.:
2
+
3
+ 2.times do |i|
4
+ 3.times do |j|
5
+ print i,j
6
+ j += 1
7
+ redo if 1 == j
8
+ end
9
+ end
10
+ puts
11
+
12
+ Prints:
13
+
14
+ 0001010210111112
15
+
16
+ # TODO: Pick a better example
@@ -0,0 +1,55 @@
1
+ Catch exceptions.
2
+
3
+ Usage:
4
+
5
+ begin
6
+ 1/0
7
+ rescue => e
8
+ puts "No division by zero ever bothered me."
9
+ end
10
+
11
+ Or
12
+
13
+ def foo
14
+ 1/0
15
+ rescue
16
+ puts "Yep, works on 'def's, too."
17
+ end
18
+
19
+ This is the basic exception heirarchy:
20
+
21
+ Exception
22
+ NoMemoryError
23
+ ScriptError:
24
+ LoadError
25
+ NotImplementedError
26
+ SyntaxError
27
+ SignalException
28
+ Interrupt
29
+ StandardError
30
+ ArgumentError
31
+ IOError
32
+ EOFError
33
+ IndexError
34
+ LocalJumpError
35
+ NameError
36
+ NoMethodError
37
+ RangeError
38
+ FloatDomainError
39
+ RegexpError
40
+ RuntimeError
41
+ SecurityError
42
+ SystemCallError
43
+ SystemStackError
44
+ ThreadError
45
+ TypeError
46
+ ZeroDivisionError
47
+ SystemExit
48
+ fatal
49
+
50
+ More in Avdi Grimm's book, Exceptional Ruby: http://pragprog.com/book/ager/exceptional-ruby
51
+ # TODO:
52
+ # Explain the args syntax
53
+ # Talk about Standard
54
+
55
+ See: ensure, else, retry
@@ -0,0 +1,20 @@
1
+ Re-run the block that raised an Exception.
2
+
3
+ For example:
4
+
5
+ tries = 3
6
+ begin
7
+ puts "Try ##{tries}."
8
+ 1/0
9
+ rescue => e
10
+ tries -= 1
11
+ retry unless tries.zero?
12
+ end
13
+
14
+ This will output:
15
+
16
+ Try #3.
17
+ Try #2.
18
+ Try #1.
19
+
20
+ See also: begin, rescue, else, ensure
@@ -0,0 +1,38 @@
1
+ Leave the current method, making the given value.
2
+
3
+ Keep in mind that the last statement in a Ruby method is its implied value, so
4
+ these are equivalent:
5
+
6
+ def f x
7
+ if 0 == x % 3
8
+ return true
9
+ else
10
+ return false
11
+ end
12
+ end
13
+
14
+ def f x
15
+ if 0 == x % 3
16
+ true
17
+ else
18
+ false
19
+ end
20
+ end
21
+
22
+ …but, then, you might as well go all the way with it, as this is equivalent:
23
+
24
+ def f x
25
+ 0 == x % 3
26
+ end
27
+
28
+ So, usually, it's only useful as an "early return" in Ruby, such as:
29
+
30
+ return if arg > 3
31
+ # rest of method here
32
+
33
+ Note that you can return out of lambdas but not proc's, e.g.:
34
+
35
+ -> { return 3 }.()
36
+ # ⇒ 3
37
+ proc { return 3 }.()
38
+ # ⇒ LocalJumpError: unexpected return
@@ -0,0 +1,15 @@
1
+ An ever-present variable in Ruby. At the very top level, it is the "(main)"
2
+ self, but everywhere else its value is very important to know.
3
+
4
+ Within a method, it is the instance that received the method.
5
+
6
+ Within a class defintion, it is the class itself. This explains why:
7
+
8
+ class Foo
9
+ def self.hi; 'hi' end # this is equivalent to:
10
+ def Foo.hi; 'hi' end # this.
11
+ end
12
+
13
+ # TODO:
14
+ # Explain eigenclasses
15
+ # …?
@@ -0,0 +1,34 @@
1
+ Call the current method, but using the superclass's implementation. Can be
2
+ useful so that subclasses can 'decorate' their parent class's functionality.
3
+
4
+ A subtle syntax issue is that, when this is called with no arguments, all
5
+ arguments are passed up.
6
+
7
+ For example:
8
+
9
+ class Dad
10
+ def f *args; p args end
11
+ end
12
+ class Kid < Dad
13
+ def f *args; super end
14
+ end
15
+ Kid.new.f 1, 2
16
+
17
+ Outputs:
18
+
19
+ [1, 2]
20
+
21
+ The way to stop this behavior is to use something Ruby almost never requires:
22
+ empty parens:
23
+
24
+ class Dad
25
+ def f *args; p args end
26
+ end
27
+ class Kid < Dad
28
+ def f *args; super() end
29
+ end
30
+ Kid.new.f 1, 2
31
+
32
+ Outputs:
33
+
34
+ []
@@ -0,0 +1,17 @@
1
+ A keyword that is generally needless. For example, these all work:
2
+
3
+ if 3 then
4
+ puts 'hi'
5
+ end
6
+ if 3
7
+ puts 'hi'
8
+ end
9
+
10
+ if 3 then 'yes' else 'no' end
11
+ if 3; 'yes' else 'no' end
12
+ 3 ? 'yes' : 'no'
13
+
14
+ case x
15
+ when 3 then puts 'yo' end
16
+ when 4; puts 'yo' end
17
+ end
@@ -0,0 +1,7 @@
1
+ not false. Everything in Ruby (except `false` and `nil`) are true.
2
+
3
+ if 0
4
+ puts "Ruby."
5
+ else
6
+ puts "Perl."
7
+ end
@@ -0,0 +1,5 @@
1
+ Opposite of `def` — removes a method definition.
2
+
3
+ def foo; end
4
+ undef foo
5
+ foo ⇒ NameError: undefined local variable or method `foo' for main:Object`
@@ -0,0 +1,4 @@
1
+ Equivalent to `if not`, but with very clear precedence. Especially popular in
2
+ the "Yoda if" form:
3
+
4
+ fail "Oh no!" unless valid?
@@ -0,0 +1,6 @@
1
+ Negated `while`.
2
+
3
+ puts 'Guess a letter.'
4
+ until 'y' == $stdin.readline.chomp
5
+ puts 'Guess again.'
6
+ end
@@ -0,0 +1 @@
1
+ Specific condition of a `case` statement. (See: case)
@@ -0,0 +1,6 @@
1
+ Loop as long as the condition holds.
2
+
3
+ puts 'Guess a letter.'
4
+ while 'y' == $stdin.readline.chomp
5
+ puts 'Anything but that one.'
6
+ end
@@ -0,0 +1,16 @@
1
+ Run the block passed to a method.
2
+
3
+ def foo
4
+ p 1
5
+ yield 2
6
+ p 3
7
+ end
8
+ foo do |i|
9
+ p i
10
+ end
11
+
12
+ Prints:
13
+
14
+ 1
15
+ 2
16
+ 3
metadata ADDED
@@ -0,0 +1,181 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pry-docmore
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - ☈king
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-11-19 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: pry
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: pry-doc
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ description: ! '$-0 $0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $-a $-d $DEBUG $& $@ $\ $` $! $:
47
+ $, $$ $. $= $> $< $? $+ $" $; $⁄ $~ $* $'' $_ $-F $FILENAME $-i $-I $KCODE $-K $-l
48
+ $LOADED_FEATURES $LOAD_PATH $-p $PROGRAM_NAME $SAFE $stderr $stdin $stdout $-v $VERBOSE
49
+ $-w $-W alias and begin BEGIN break case class defined? def do else elsif __ENCODING__
50
+ end END ensure false __FILE__ for if in __LINE__ module next nil not or redo rescue
51
+ retry return self super then true undef unless until when while yield '
52
+ email: pry-docmore@sharpsaw.org
53
+ executables: []
54
+ extensions: []
55
+ extra_rdoc_files: []
56
+ files:
57
+ - lib/pry-docmore.rb
58
+ - pry-docmore.wiki/Home.md
59
+ - pry-docmore.wiki/Ruby Global $! (DollarBang).md
60
+ - pry-docmore.wiki/Ruby Global $" (DollarQuote).md
61
+ - pry-docmore.wiki/Ruby Global $$ (DollarDollar).md
62
+ - pry-docmore.wiki/Ruby Global $& (DollarAmpersand).md
63
+ - pry-docmore.wiki/Ruby Global $' (DollarTick).md
64
+ - pry-docmore.wiki/Ruby Global $* (DollarStar).md
65
+ - pry-docmore.wiki/Ruby Global $+ (DollarPlus).md
66
+ - pry-docmore.wiki/Ruby Global $, (DollarComma).md
67
+ - pry-docmore.wiki/Ruby Global $-0 (DollarDashZero).md
68
+ - pry-docmore.wiki/Ruby Global $-F (DollarDashF).md
69
+ - pry-docmore.wiki/Ruby Global $-I (DollarDashI).md
70
+ - pry-docmore.wiki/Ruby Global $-K (DollarDashK).md
71
+ - pry-docmore.wiki/Ruby Global $-W (DollarDashW).md
72
+ - pry-docmore.wiki/Ruby Global $-a (DollarDasha).md
73
+ - pry-docmore.wiki/Ruby Global $-d (DollarDashd).md
74
+ - pry-docmore.wiki/Ruby Global $-i (DollarDashi).md
75
+ - pry-docmore.wiki/Ruby Global $-l (DollarDashl).md
76
+ - pry-docmore.wiki/Ruby Global $-p (DollarDashp).md
77
+ - pry-docmore.wiki/Ruby Global $-v (DollarDashv).md
78
+ - pry-docmore.wiki/Ruby Global $-w (DollarDashw).md
79
+ - pry-docmore.wiki/Ruby Global $. (DollarDot).md
80
+ - pry-docmore.wiki/Ruby Global $0 (DollarZero).md
81
+ - pry-docmore.wiki/Ruby Global $1 (DollarOne).md
82
+ - pry-docmore.wiki/Ruby Global $2 (DollarTwo).md
83
+ - pry-docmore.wiki/Ruby Global $3 (DollarThree).md
84
+ - pry-docmore.wiki/Ruby Global $4 (DollarFour).md
85
+ - pry-docmore.wiki/Ruby Global $5 (DollarFive).md
86
+ - pry-docmore.wiki/Ruby Global $6 (DollarSix).md
87
+ - pry-docmore.wiki/Ruby Global $7 (DollarSeven).md
88
+ - pry-docmore.wiki/Ruby Global $8 (DollarEight).md
89
+ - pry-docmore.wiki/Ruby Global $9 (DollarNine).md
90
+ - ! 'pry-docmore.wiki/Ruby Global $: (DollarColon).md'
91
+ - pry-docmore.wiki/Ruby Global $; (DollarSemicolon).md
92
+ - pry-docmore.wiki/Ruby Global $< (DollarLessthan).md
93
+ - pry-docmore.wiki/Ruby Global $= (DollarEquals).md
94
+ - pry-docmore.wiki/Ruby Global $> (DollarGreaterthan).md
95
+ - pry-docmore.wiki/Ruby Global $? (Dollar?).md
96
+ - pry-docmore.wiki/Ruby Global $@ (DollarAt).md
97
+ - pry-docmore.wiki/Ruby Global $DEBUG (DollarDEBUG).md
98
+ - pry-docmore.wiki/Ruby Global $FILENAME (DollarFILENAME).md
99
+ - pry-docmore.wiki/Ruby Global $KCODE (DollarKCODE).md
100
+ - pry-docmore.wiki/Ruby Global $LOADED_FEATURES (DollarLOADEDUnderscoreFEATURES).md
101
+ - pry-docmore.wiki/Ruby Global $LOAD_PATH (DollarLOADUnderscorePATH).md
102
+ - pry-docmore.wiki/Ruby Global $PROGRAM_NAME (DollarPROGRAMUnderscoreNAME).md
103
+ - pry-docmore.wiki/Ruby Global $SAFE (DollarSAFE).md
104
+ - pry-docmore.wiki/Ruby Global $VERBOSE (DollarVERBOSE).md
105
+ - pry-docmore.wiki/Ruby Global $\ (DollarBackslash).md
106
+ - pry-docmore.wiki/Ruby Global $_ (DollarUnderscore).md
107
+ - pry-docmore.wiki/Ruby Global $` (DollarBacktick).md
108
+ - pry-docmore.wiki/Ruby Global $stderr (Dollarstderr).md
109
+ - pry-docmore.wiki/Ruby Global $stdin (Dollarstdin).md
110
+ - pry-docmore.wiki/Ruby Global $stdout (Dollarstdout).md
111
+ - pry-docmore.wiki/Ruby Global $~ (DollarSquiggle).md
112
+ - pry-docmore.wiki/Ruby Global $⁄ (DollarSlash).md
113
+ - ! 'pry-docmore.wiki/Ruby Keyword: BEGIN.md'
114
+ - ! 'pry-docmore.wiki/Ruby Keyword: END.md'
115
+ - ! 'pry-docmore.wiki/Ruby Keyword: __ENCODING__.md'
116
+ - ! 'pry-docmore.wiki/Ruby Keyword: __FILE__.md'
117
+ - ! 'pry-docmore.wiki/Ruby Keyword: __LINE__.md'
118
+ - ! 'pry-docmore.wiki/Ruby Keyword: alias.md'
119
+ - ! 'pry-docmore.wiki/Ruby Keyword: and.md'
120
+ - ! 'pry-docmore.wiki/Ruby Keyword: begin.md'
121
+ - ! 'pry-docmore.wiki/Ruby Keyword: break.md'
122
+ - ! 'pry-docmore.wiki/Ruby Keyword: case.md'
123
+ - ! 'pry-docmore.wiki/Ruby Keyword: class.md'
124
+ - ! 'pry-docmore.wiki/Ruby Keyword: def.md'
125
+ - ! 'pry-docmore.wiki/Ruby Keyword: defined?.md'
126
+ - ! 'pry-docmore.wiki/Ruby Keyword: do.md'
127
+ - ! 'pry-docmore.wiki/Ruby Keyword: else.md'
128
+ - ! 'pry-docmore.wiki/Ruby Keyword: elsif.md'
129
+ - ! 'pry-docmore.wiki/Ruby Keyword: end.md'
130
+ - ! 'pry-docmore.wiki/Ruby Keyword: ensure.md'
131
+ - ! 'pry-docmore.wiki/Ruby Keyword: false.md'
132
+ - ! 'pry-docmore.wiki/Ruby Keyword: for.md'
133
+ - ! 'pry-docmore.wiki/Ruby Keyword: if.md'
134
+ - ! 'pry-docmore.wiki/Ruby Keyword: in.md'
135
+ - ! 'pry-docmore.wiki/Ruby Keyword: module.md'
136
+ - ! 'pry-docmore.wiki/Ruby Keyword: next.md'
137
+ - ! 'pry-docmore.wiki/Ruby Keyword: nil.md'
138
+ - ! 'pry-docmore.wiki/Ruby Keyword: not.md'
139
+ - ! 'pry-docmore.wiki/Ruby Keyword: or.md'
140
+ - ! 'pry-docmore.wiki/Ruby Keyword: redo.md'
141
+ - ! 'pry-docmore.wiki/Ruby Keyword: rescue.md'
142
+ - ! 'pry-docmore.wiki/Ruby Keyword: retry.md'
143
+ - ! 'pry-docmore.wiki/Ruby Keyword: return.md'
144
+ - ! 'pry-docmore.wiki/Ruby Keyword: self.md'
145
+ - ! 'pry-docmore.wiki/Ruby Keyword: super.md'
146
+ - ! 'pry-docmore.wiki/Ruby Keyword: then.md'
147
+ - ! 'pry-docmore.wiki/Ruby Keyword: true.md'
148
+ - ! 'pry-docmore.wiki/Ruby Keyword: undef.md'
149
+ - ! 'pry-docmore.wiki/Ruby Keyword: unless.md'
150
+ - ! 'pry-docmore.wiki/Ruby Keyword: until.md'
151
+ - ! 'pry-docmore.wiki/Ruby Keyword: when.md'
152
+ - ! 'pry-docmore.wiki/Ruby Keyword: while.md'
153
+ - ! 'pry-docmore.wiki/Ruby Keyword: yield.md'
154
+ homepage: https://github.com/rking/pry-docmore/wiki
155
+ licenses:
156
+ - CC0
157
+ post_install_message:
158
+ rdoc_options: []
159
+ require_paths:
160
+ - lib
161
+ required_ruby_version: !ruby/object:Gem::Requirement
162
+ none: false
163
+ requirements:
164
+ - - ! '>='
165
+ - !ruby/object:Gem::Version
166
+ version: '0'
167
+ required_rubygems_version: !ruby/object:Gem::Requirement
168
+ none: false
169
+ requirements:
170
+ - - ! '>='
171
+ - !ruby/object:Gem::Version
172
+ version: '0'
173
+ requirements: []
174
+ rubyforge_project:
175
+ rubygems_version: 1.8.24
176
+ signing_key:
177
+ specification_version: 3
178
+ summary: Documents keywords and special vars. Currently uses the `,?` command, but
179
+ soon plain `?`
180
+ test_files: []
181
+ has_rdoc: