Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/icemaker.rb

Instance Method Summary collapse

Instance Method Details

#has(params) ⇒ Object



17
18
19
# File 'lib/icemaker.rb', line 17

def has(params)
  self.index params[:substring]
end