Method: FakeData.once

Defined in:
lib/fake_data.rb

.once(object) ⇒ Object



15
16
17
# File 'lib/fake_data.rb', line 15

def once object
  generator(object).call
end