Skip to content

Commit

Permalink
Added Book and Patent
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 24, 2009
1 parent ca281e7 commit 67c2dfb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/google-search/search/book.rb
@@ -0,0 +1,13 @@

module Google
class Search
class Book < self

#:nodoc:

def initialize options = {}, &block
super :book, options, &block
end
end
end
end
Empty file.

0 comments on commit 67c2dfb

Please sign in to comment.