class Faker::HowIMetYourMother

Public Class Methods

catch_phrase() click to toggle source
# File lib/faker/how_i_met_your_mother.rb, line 8
def catch_phrase
  fetch('how_i_met_your_mother.catch_phrase')
end
character() click to toggle source
# File lib/faker/how_i_met_your_mother.rb, line 4
def character
  fetch('how_i_met_your_mother.character')
end
high_five() click to toggle source
# File lib/faker/how_i_met_your_mother.rb, line 12
def high_five
  fetch('how_i_met_your_mother.high_five')
end
quote() click to toggle source
# File lib/faker/how_i_met_your_mother.rb, line 16
def quote
  fetch('how_i_met_your_mother.quote')
end