diff --git a/lib/remote_table.rb b/lib/remote_table.rb index d0bdc77..7ca02bc 100644 --- a/lib/remote_table.rb +++ b/lib/remote_table.rb @@ -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 diff --git a/lib/remote_table/local_copy.rb b/lib/remote_table/local_copy.rb index 086eb58..bb6b6e5 100644 --- a/lib/remote_table/local_copy.rb +++ b/lib/remote_table/local_copy.rb @@ -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