Class: DplSampleGem::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/dpl_sample_gem.rb

Instance Method Summary collapse

Instance Method Details

#hipster_meObject



5
6
7
# File 'lib/dpl_sample_gem.rb', line 5

def hipster_me
  Faker::HipsterIpsum.phrase
end

#thug_meObject



9
10
11
# File 'lib/dpl_sample_gem.rb', line 9

def thug_me
  Faker::DizzleIpsum.phrase
end