Module: Chatpdf::Actionable
- Included in:
- Client
- Defined in:
- lib/chatpdf/concerns/actionable.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
37 38 39 |
# File 'lib/chatpdf/concerns/actionable.rb', line 37 def self.included(klass) klass.send(:include, InstanceMethods) end |