Skip to content

Commit

Permalink
more doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusabshere committed May 8, 2012
1 parent 206f4b1 commit dba7741
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions lib/remote_table.rb
Expand Up @@ -149,8 +149,11 @@ def self.row_hash(row)

# The URL of the local or remote file.
#
# * Local: "file:///Users/myuser/Desktop/holidays.csv"
# * Remote: "http://data.brighterplanet.com/countries.csv"
# @example Local
# file:///Users/myuser/Desktop/holidays.csv
#
# @example Remote
# http://data.brighterplanet.com/countries.csv
#
# @return [String]
attr_reader :url
Expand Down
3 changes: 2 additions & 1 deletion lib/remote_table/local_copy.rb
Expand Up @@ -2,7 +2,8 @@
require 'unix_utils'

class RemoteTable
class LocalCopy #:nodoc:all
# @private
class LocalCopy
class << self
def decompress(input, compression)
output = case compression
Expand Down

0 comments on commit dba7741

Please sign in to comment.