SMERM/EMUForm

View on GitHub
lib/forgery/extensions/forgery/emuform.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Forgery::Emuform < Forgery

  #
  # select a random title from the `work_titles` dictionary
  #
  def self.title()
    dictionaries[:work_titles].random.unextend
  end

end