46 47 48 49
# File 'lib/gizmo.rb', line 46 def search(*args) context = create_context Search.new(context).call(*args) end