Module: Inny
- Included in:
- Object
- Defined in:
- lib/inny.rb,
lib/inny/version.rb
Constant Summary collapse
- VERSION =
"1.0.0"
Instance Method Summary collapse
Instance Method Details
#in?(*list) ⇒ Boolean
4 5 6 |
# File 'lib/inny.rb', line 4 def in?(*list) list.include?(self) end |