Class: Glinda::Repo
- Includes:
- Template, NewRelic::Agent::MethodTracer
- Defined in:
- lib/glinda.rb
Constant Summary collapse
- README =
"https://github.com/%s/%s/raw/master/README.%s"
Instance Method Summary collapse
-
#initialize(name, config) ⇒ Repo
constructor
A new instance of Repo.
- #readme ⇒ Object (also: #content)
Methods included from Template
included, #markdown, #method_missing, #to_html
Constructor Details
#initialize(name, config) ⇒ Repo
Returns a new instance of Repo.
258 259 260 |
# File 'lib/glinda.rb', line 258 def initialize name, config self[:name], @config = name, config end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Glinda::Template