Module: FFaker::CoursesFR::Mathematiques
- Extended by:
- Mathematiques, ModuleUtils
- Included in:
- Mathematiques
- Defined in:
- lib/ffaker/courses_fr.rb
Instance Method Summary collapse
Methods included from ModuleUtils
const_missing, k, luhn_check, underscore, unique
Methods included from RandomUtils
#fetch_sample, #rand, #shuffle
Instance Method Details
#lesson ⇒ Object
9 10 11 |
# File 'lib/ffaker/courses_fr.rb', line 9 def lesson fetch_sample(LESSONS) end |