Skip to content

Commit

Permalink
trailing whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
veganstraightedge committed May 22, 2011
1 parent 7a9c86f commit 9a8ed30
Show file tree
Hide file tree
Showing 6 changed files with 492 additions and 492 deletions.
6 changes: 3 additions & 3 deletions web/_includes/instructions.markdown
Expand Up @@ -542,7 +542,7 @@
</ul>
<h3><a class="instruction" name="clear_exception">clear_exception()</a></h3>

Clears any exceptions from the current thread.
Clears any exceptions from the current thread.


<table class="stack_effect">
Expand Down Expand Up @@ -769,7 +769,7 @@
<h3><a class="instruction" name="cast_array">cast_array()</a></h3>

Removes the object on the top of the stack, and:

1. If the input is a tuple, a new array object is created based on the
tuple data.
1. If the input is an array, it is unmodified.
Expand Down Expand Up @@ -1242,7 +1242,7 @@

If the value contains a single field, the result is the value in the
first field.

Otherwise, package up all the arguments in an `Array` as the result.

The result is then pushed onto the stack.
Expand Down
Expand Up @@ -117,7 +117,7 @@ cache files be saved? No problem, just give `-Xrbc.db` a path as follows:

$ ls hello.*
hello.rb
$ rbx -Xrbc.db=$HOME/.my_special_place hello.rb
$ rbx -Xrbc.db=$HOME/.my_special_place hello.rb
hello!
$ ls hello.*
hello.rb
Expand Down

0 comments on commit 9a8ed30

Please sign in to comment.