Module: Inform::NilClassSetHelpers
- Included in:
- NilClass
- Defined in:
- lib/runtime/helpers.rb
Overview
Stub helpers for NilClass instances
Instance Method Summary collapse
Instance Method Details
#in? ⇒ Boolean
41 42 43 |
# File 'lib/runtime/helpers.rb', line 41 def in?(*) false end |