Navigation Menu

Skip to content

Commit

Permalink
clean up table further
Browse files Browse the repository at this point in the history
  • Loading branch information
davejacobs committed Oct 6, 2012
1 parent aac21e4 commit 238a6bc
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions README.md
Expand Up @@ -55,12 +55,11 @@ This is significantly easier than breaking apart the pipeline using variable ass
The `o` method takes options, too, so you can add a prefix message to the output or choose another output format -- like [YAML]() or [pretty print]().

### The methods ###

<table>
<tr>
<th>Letter</th>
<th>Command</th>
<th>Option(s)</th>
<th>Options</th>
<th>Description</th>
</tr>

Expand All @@ -69,7 +68,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#a">a</a>
</td>
<td>
<strong>A</strong>ssert
Assert
</td>
<td>
:message,
Expand All @@ -85,7 +84,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#b">b</a>
</td>
<td>
<strong>B</strong>eep
Beep
</td>
<td>
</td>
Expand All @@ -99,7 +98,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#c">c</a>
</td>
<td>
<strong>C</strong>allstack
Callstack
</td>
<td>
:message
Expand All @@ -114,7 +113,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#d">d</a>
</td>
<td>
<strong>D</strong>ebugger
Debugger
</td>
<td>
Expand All @@ -126,10 +125,10 @@ The `o` method takes options, too, so you can add a prefix message to the output

<tr>
<td>
<a href="http://lettersrb.com/api#d1d2">d1 d2</a>
<a href="http://lettersrb.com/api#d1/d2">d1/d2</a>
</td>
<td>
<strong>D</strong>iff
Diff
</td>
<td>
:message,
Expand All @@ -146,7 +145,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#e">e</a>
</td>
<td>
<strong>E</strong>mpty
Empty
</td>
<td>
:message
Expand All @@ -161,7 +160,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#f">f</a>
</td>
<td>
<strong>F</strong>ile
File
</td>
<td>
:format, :name
Expand All @@ -176,7 +175,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#j">j</a>
</td>
<td>
<strong>J</strong>ump
Jump
</td>
<td>
(&block)
Expand All @@ -191,7 +190,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#k">k</a>
</td>
<td>
<strong>K</strong>ill
Kill
</td>
<td>
:max
Expand All @@ -206,7 +205,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#l">l</a>
</td>
<td>
<strong>L</strong>ogger
Logger
</td>
<td>
:format, :level
Expand All @@ -221,10 +220,10 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#m">m</a>
</td>
<td>
<strong>M</strong>ark as tainted
Mark as tainted
</td>
<td>
(<strong>true</strong>|false)
(true|false)
</td>
<td>
taints (or untaints) its receiver
Expand All @@ -236,7 +235,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#n">n</a>
</td>
<td>
<strong>N</strong>il
Nil
</td>
<td>
Expand All @@ -251,7 +250,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#o">o</a>
</td>
<td>
std<strong>O</strong>ut
Output
</td>
<td>
:format,
Expand All @@ -267,7 +266,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#r">r</a>
</td>
<td>
<strong>R</strong>i
Ri
</td>
<td>
(method name as symbol)
Expand All @@ -282,7 +281,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#s">s</a>
</td>
<td>
<strong>S</strong>afety
Safety
</td>
<td>
(level number)
Expand All @@ -297,7 +296,7 @@ The `o` method takes options, too, so you can add a prefix message to the output
<a href="http://lettersrb.com/api#t">t</a>
</td>
<td>
<strong>T</strong>imestamp
Timestamp
</td>
<td>
:time_format
Expand Down

0 comments on commit 238a6bc

Please sign in to comment.