Module: Starter
- Defined in:
- lib/starter/extensions/module.rb,
lib/starter/http.rb,
lib/starter/misc.rb,
lib/starter/prompt.rb,
lib/starter/random.rb,
lib/starter/markdown.rb,
lib/starter/password.rb,
lib/starter/tasks/starter.rb,
lib/starter/extensions/string.rb,
lib/starter/markdown/extender.rb,
lib/starter/mixins/statistics.rb
Overview
“local” methods are those defined directly on a class or module, as opposed to those inherited or mixed in
Defined Under Namespace
Modules: Extensions, HTTP, Misc, Mixins, Prompt, Random Classes: Markdown, Password
Class Method Summary collapse
Class Method Details
.cache ⇒ Object
4 5 6 |
# File 'lib/starter/tasks/starter.rb', line 4 def self.cache @cache ||= {} end |