Module: Flexirest::Recording
- Included in:
- BaseWithoutValidation
- Defined in:
- lib/flexirest/recording.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
20 21 22 |
# File 'lib/flexirest/recording.rb', line 20 def self.included(base) base.extend(ClassMethods) end |