Module: Thor::Validations
- Defined in:
- lib/thor/validations.rb,
lib/thor/validations/version.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
8 9 10 11 |
# File 'lib/thor/validations.rb', line 8 def self.included(base) base.extend(ClassMethods) base.prepend(InstanceMethods) end |