Module: Bidi2pdf::Bidi::Interceptor::ClassMethods
- Defined in:
- lib/bidi2pdf/bidi/interceptor.rb
Instance Method Summary collapse
Instance Method Details
#events ⇒ Object
13 |
# File 'lib/bidi2pdf/bidi/interceptor.rb', line 13 def events = raise(NotImplementedError, "Interceptors must implement events") |
#phases ⇒ Object
11 |
# File 'lib/bidi2pdf/bidi/interceptor.rb', line 11 def phases = raise(NotImplementedError, "Interceptors must implement phases") |