Method: Inquery::Query#run

Defined in:
lib/inquery/query.rb

#runObject

Runs both call and process.



31
32
33
# File 'lib/inquery/query.rb', line 31

def run
  process(call)
end