Sha256: e73ce61966302bff234938b92f20ed4a6e65a345ebdfb7b18f73629d0f62d1a4

Contents?: true

Size: 387 Bytes

Versions: 5

Compression:

Stored size: 387 Bytes

Contents

class Fab

  # Fab a company name.
  # Delegates to Forgery::Name.company_name.
  #
  # @returns [String] a random company name
  #
  def company_name(options = {})
    Forgery::Name.company_name
  end

  # Fab a job title.
  # Delegates to Forgery::Name.job_title.
  #
  # @returns [String] a random company name
  #
  def job_title(options = {})
    Forgery::Name.job_title
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sixarm_ruby_fab-1.1.0 lib/sixarm_ruby_fab/company.rb
sixarm_ruby_fab-1.0.4 lib/sixarm_ruby_fab/company.rb
sixarm_ruby_fab-1.0.2 lib/sixarm_ruby_fab/company.rb
sixarm_ruby_fab-1.0.1 lib/sixarm_ruby_fab/company.rb
sixarm_ruby_fab-1.0.0 lib/sixarm_ruby_fab/company.rb