Module: Definition::Dsl::Nil
- Included in:
- Definition
- Defined in:
- lib/definition/dsl/nil.rb
Instance Method Summary collapse
-
#Nil ⇒ Object
Example: Nil.
Instance Method Details
#Nil ⇒ Object
Example: Nil
8 9 10 |
# File 'lib/definition/dsl/nil.rb', line 8 def Nil # rubocop:disable Naming/MethodName Types::Nil.new end |