class DbcFaker::Tip
Public Class Methods
link()
click to toggle source
# File lib/faker/tips.rb, line 14 def self.link TIPS.sample[1] end
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