Class: FakeData::Method::Faker

Inherits:
FakeData::Method show all
Defined in:
lib/fake_data/method/faker.rb

Constant Summary collapse

FAKER_MATCH =
/Faker/i

Constants inherited from FakeData::Method

ARGUMENT_SPLIT_MATCHER, LEFT_BRACKET_MATCHER, METHOD_MATCHER, RIGHT_BRACKET_MATCHER

Instance Attribute Summary

Attributes inherited from FakeData::Method

#arguments, #klass, #method, #raw

Method Summary

Methods inherited from FakeData::Method

#call, #initialize, #source, #to_s

Constructor Details

This class inherits a constructor from FakeData::Method