class DbcFaker::Tip

Public Class Methods

tip() click to toggle source
# File lib/faker/tips.rb, line 6
def self.tip
  TIPS.sample
end
title() click to toggle source
# File lib/faker/tips.rb, line 10
def self.title
  TIPS.sample[0]
end