Method: ActiveFacts::Generators::Transform::Surrogate#initialize
- Defined in:
- lib/activefacts/generators/transform/surrogate.rb
#initialize(vocabulary, *options) ⇒ Surrogate
Returns a new instance of Surrogate.
194 195 196 |
# File 'lib/activefacts/generators/transform/surrogate.rb', line 194 def initialize(vocabulary, *) @vocabulary = vocabulary end |