Module: Lockdown::References
- Included in:
- Lockdown
- Defined in:
- lib/lockdown/references.rb
Instance Method Summary collapse
Instance Method Details
#helper ⇒ Object
3 4 5 |
# File 'lib/lockdown/references.rb', line 3 def helper Lockdown::Helper end |
#rules ⇒ Object
7 8 9 |
# File 'lib/lockdown/references.rb', line 7 def rules Lockdown::Rules end |
#session ⇒ Object
11 12 13 |
# File 'lib/lockdown/references.rb', line 11 def session Lockdown::Session end |
#system ⇒ Object
15 16 17 |
# File 'lib/lockdown/references.rb', line 15 def system Lockdown::System end |