Sha256: 1824c798ce250dd21cb10ff59ab3fe9582d9dcc10459e9364af2edad81701cf1
Contents?: true
Size: 500 Bytes
Versions: 11
Compression:
Stored size: 500 Bytes
Contents
module Faker class Educator < Base flexible :educator class << self def university "#{parse('educator.name')} #{fetch('educator.tertiary.type')}" end def course "#{fetch('educator.tertiary.course.type')} #{fetch('educator.tertiary.course.subject')}" end def secondary_school "#{parse('educator.name')} #{fetch('educator.secondary')}" end def campus "#{parse('educator.name')} Campus" end end end end
Version data entries
11 entries across 11 versions & 1 rubygems