Fixed typo of the BindingImplMethod constant in documentation

This commit is contained in:
Mon ouïe 2012-07-22 23:46:13 +02:00
parent e805a64a93
commit 64ec051563
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
class Pry
# @return [String] Code of the method used when implementing Pry's
# __binding__.
# @return [Array] Code of the method used when implementing Pry's
# __binding__, along with line indication to be used with instance_eval (and
# friends).
#
# @see Object#__binding__
BindingImplMethod = [<<-METHOD, __FILE__, __LINE__ + 1]