Module: Copland::Registry::Fixated
- Defined in:
- lib/copland/registry.rb
Overview
When Registry#fixate! is called for the first time, it will extend this module.
Instance Method Summary collapse
-
#fixate! ⇒ Object
Does nothing.
-
#fixated? ⇒ Boolean
Returns
true
.
Instance Method Details
#fixate! ⇒ Object
Does nothing
318 319 320 |
# File 'lib/copland/registry.rb', line 318 def fixate! # do nothing end |
#fixated? ⇒ Boolean
Returns true
.
323 324 325 |
# File 'lib/copland/registry.rb', line 323 def fixated? true end |