Module: Waves::Foundations::Simple
- Defined in:
- lib/foundations/simple.rb
Class Method Summary collapse
Class Method Details
.included(app) ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/foundations/simple.rb', line 6 def self.included( app ) app.instance_eval do include Waves::Layers::Simple end Waves << app end |