Class: Context
- Inherits:
-
Object
- Object
- Context
- Defined in:
- lib/jekyll-graph/patch/context.rb
Instance Attribute Summary collapse
-
#site ⇒ Object
readonly
Returns the value of attribute site.
Instance Method Summary collapse
-
#initialize(site) ⇒ Context
constructor
A new instance of Context.
- #registers ⇒ Object
Constructor Details
#initialize(site) ⇒ Context
Returns a new instance of Context.
6 7 8 |
# File 'lib/jekyll-graph/patch/context.rb', line 6 def initialize(site) @site = site end |
Instance Attribute Details
#site ⇒ Object (readonly)
Returns the value of attribute site.
4 5 6 |
# File 'lib/jekyll-graph/patch/context.rb', line 4 def site @site end |
Instance Method Details
#registers ⇒ Object
10 11 12 |
# File 'lib/jekyll-graph/patch/context.rb', line 10 def registers { :site => site } end |