Method: When::Parts::Resource#included?
- Defined in:
- lib/when_exe/parts/resource.rb
#included?(other) ⇒ Boolean
other が self を包含するか
877 878 879 |
# File 'lib/when_exe/parts/resource.rb', line 877 def included?(other) other.include?(self) end |