# File lib/benelux/range.rb, line 40 def <=>(other) from <=> other.from end
# File lib/benelux/range.rb, line 28 def call_id @from.nil? ? :unknown : @from.call_id end
# File lib/benelux/range.rb, line 17 def inspect args = [self.class, hexoid, duration, from, to, name, tags] "#<%s:%s duration=%0.4f from=%s to=%s name=%s %s>" % args end
# File lib/benelux/range.rb, line 31 def successful? @exception.nil? end
# File lib/benelux/range.rb, line 25 def thread_id @from.nil? ? :unknown : @from.thread_id end
Generated with the Darkfish Rdoc Generator 2.