8 lines
101 B
Ruby
8 lines
101 B
Ruby
require 'twitter/geo'
|
|
|
|
module Twitter
|
|
class Geo
|
|
class Polygon < Twitter::Geo
|
|
end
|
|
end
|
|
end
|