8 lines
105 B
Ruby
8 lines
105 B
Ruby
|
require 'twitter/base'
|
||
|
|
||
|
module Twitter
|
||
|
class Entity < Twitter::Base
|
||
|
attr_reader :indices
|
||
|
end
|
||
|
end
|