Sha256: eae6b342fd53695bb86d4ca1a6dc67511724c1f632f7e5dfaaa04e1c17a9c558
Contents?: true
Size: 523 Bytes
Versions: 10
Compression:
Stored size: 523 Bytes
Contents
# frozen_string_literal: true module Faker class TvShows class HowIMetYourMother < Base flexible :how_i_met_your_mother class << self def character fetch('how_i_met_your_mother.character') end def catch_phrase fetch('how_i_met_your_mother.catch_phrase') end def high_five fetch('how_i_met_your_mother.high_five') end def quote fetch('how_i_met_your_mother.quote') end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems