Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JumpstartLab/curriculum
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasimir committed Feb 26, 2012
2 parents 2b79e39 + 44a5ba2 commit 55f4dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions source/projects/jstwitter.markdown
Expand Up @@ -60,6 +60,8 @@ Then, with an IRB session that was started in your project's working directory,
jst = JSTwitter.new
```

(If this doesn't work, try "require './jstwitter'" instead.)

Once you execute the second line you should see output like this:

```
Expand Down
2 changes: 1 addition & 1 deletion source/topics/search.markdown
Expand Up @@ -163,7 +163,7 @@ search_result = Article.search { keywords 'hello' }
@articles = search_result.results
```

This are just your normal domain objects with no metadata.
These are just your normal domain objects with no metadata.

#### `.hits`

Expand Down

0 comments on commit 55f4dbc

Please sign in to comment.