Method: InterMine::PathQuery::Query#inspect

Defined in:
lib/intermine/query.rb

#inspectObject

Return an informative textual representation of the query.



934
935
936
# File 'lib/intermine/query.rb', line 934

def inspect
    return "<#{self.class.name} query=#{self.to_s.inspect}>"
end