Method: Factoid::Entitoid#initialize
- Defined in:
- lib/factoid/entitoid.rb
#initialize(uuid) ⇒ Entitoid
Returns a new instance of Entitoid.
6 7 8 9 |
# File 'lib/factoid/entitoid.rb', line 6 def initialize(uuid) @uuid = uuid @factoids = [] end |