Class: ActivePath::ViewInjection::Subscriber
- Inherits:
-
Subscribers::Subscriber
- Object
- Subscribers::Subscriber
- ActivePath::ViewInjection::Subscriber
- Includes:
- Conditions::Conditional
- Defined in:
- lib/active_path/view_injection/subscriber.rb
Instance Method Summary collapse
Methods included from Conditions::Conditional
#condition_match?, #conditions_match?, #hash_match?, #proc_match?
Instance Method Details
#perform ⇒ Object
8 9 10 11 12 13 14 15 16 |
# File 'lib/active_path/view_injection/subscriber.rb', line 8 def perform .each do || buffer.prepend(()) end .each do || buffer.concat(()) end end |