Module: Strict::Method
- Defined in:
- lib/strict/method.rb,
sig/strict.rbs
Class Method Summary collapse
Class Method Details
.included(mod) ⇒ Object
5 6 7 |
# File 'lib/strict/method.rb', line 5 def self.included(mod) mod.extend(ClassMethods) end |