Module: Kernel
- Defined in:
- lib/natty-ui.rb
Overview
Extensions to the standard Kernel module added by NattyUI.
Instance Method Summary collapse
-
#ui ⇒ NattyUI::Features
Returns the currently active NattyUI element.
Instance Method Details
#ui ⇒ NattyUI::Features
Returns the currently active NattyUI element.
Convenience shorthand for NattyUI.element. All NattyUI::Features methods are available on the returned value.
169 |
# File 'lib/natty-ui.rb', line 169 def ui = NattyUI.element |