Sha256: f84ab72c3b796fcb18d01fff7d2c508ed1145ad72c1b944460aee1104b9f6db9

Contents?: true

Size: 1.23 KB

Versions: 29

Compression:

Stored size: 1.23 KB

Contents

== Command history ==
h     : hist -T 20 Last 20 commands
hg    : hist -T 20 -G Up to 20 commands matching expression
hG    : hist -G Commands matching expression ever used
hr    : hist -r hist -r <command number> to run a command
Hit Enter to repeat last command

== Variables ==
_u : Card["Joe User"]
_a : [1, 2, 3, 4, 5, 6]
_h : { hello: "world", free: "of charge" }

== Card commands ==
create : Card.create :name=>$1, :content=>($2||"some content"), :type=>($3||"basic")
update : Card.update :name=>$1, :content=>($2||"some content"), :type=>($3||"basic")
ab     : Card::Auth.as_bot
cr     : create card and assign it to cr
         (default: name=>"test card", content=>"some content", type=>"basic")
fe     : fetch card and assign it to fe (default: "Home")

== Breakpoints ==
breakview (bv) : set break point where view is rendered
                 (takes a view name and a card mark as optional argument)
breaknest (bn) : set break point where nest is rendered
                 (takes a card mark as optional argument)
clear          : remove all break points

== Helpful debugger shortcuts ==
hputs : puts with html syntax highlighting
n     : next
s     : step
c     : continue
f     : finish
try   : execute current line (without stepping forward)

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
card-mod-monkey-0.18.1 lib/cardio/pry/intro.txt
card-mod-monkey-0.18.0 lib/cardio/pry/intro.txt
card-mod-monkey-0.17.0 lib/cardio/pry/intro.txt
card-mod-monkey-0.16.0 lib/cardio/pry/intro.txt
card-mod-monkey-0.15.6 lib/cardio/pry/intro.txt
card-mod-monkey-0.15.5 lib/cardio/pry/intro.txt
card-mod-monkey-0.15.4 lib/cardio/pry/intro.txt
card-mod-monkey-0.15.3 lib/cardio/pry/intro.txt
card-mod-monkey-0.15.2.pre1 lib/cardio/pry/intro.txt
card-mod-monkey-0.15.1.1 lib/cardio/pry/intro.txt
card-mod-monkey-0.15.1 lib/cardio/pry/intro.txt
card-mod-monkey-0.15.0 lib/cardio/pry/intro.txt
card-mod-monkey-0.14.2 lib/cardio/pry/intro.txt
card-mod-monkey-0.14.1 lib/cardio/pry/intro.txt
card-mod-monkey-0.14.0 lib/cardio/pry/intro.txt
card-mod-monkey-0.13.4 lib/cardio/pry/intro.txt
card-mod-monkey-0.13.3 lib/cardio/pry/intro.txt
card-mod-monkey-0.13.2 lib/cardio/pry/intro.txt
card-mod-monkey-0.13.1 lib/cardio/pry/intro.txt
card-mod-monkey-0.13.0 lib/cardio/pry/intro.txt