Class: XRay::DefaultContext
Instance Attribute Summary
Attributes included from Context
Instance Method Summary collapse
-
#initialize ⇒ DefaultContext
constructor
A new instance of DefaultContext.
Methods included from Context
#in_page?, #lib?, #page_level?
Constructor Details
#initialize ⇒ DefaultContext
Returns a new instance of DefaultContext.
25 26 27 |
# File 'lib/context.rb', line 25 def initialize @scope = :page end |