lib/capitate/plugins/prompt.rb in capitate-0.2.6 vs lib/capitate/plugins/prompt.rb in capitate-0.2.7
- old
+ new
@@ -10,10 +10,10 @@
#
# ==== Options
# +label+:: Label
# +options+:: Options
# - +verify+:: If true, prompt twice and verify
- # - +lazy+:: If true, returns a block. _Defaults to true_
+ # - +lazy+:: If true, returns a Proc. _Defaults to true_
# - +check_hash+:: If present, checks that md5 is same as password md5
#
def password(label, options = {})
verify = options[:verify]