Module: Warts

Defined in:
lib/wartslib/wl-trace.rb,
ext/scext.c

Overview

Some additional methods of wartslib classes.


Copyright © 2007 The Regents of the University of California.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

$Id: wl-trace.rb,v 1.11 2008/01/25 00:25:59 youngh Exp $

Defined Under Namespace

Classes: Addr, Cycle, File, List, Trace

Constant Summary collapse

WARTS_LIB_VERSION =
rb_str_new2("0.9.14")
SCAMPER_VERSION =
rb_str_new2(SCAMPER_VERSION)
LIST =
INT2FIX(SCAMPER_FILE_OBJ_LIST)
CYCLE_START =
INT2FIX(SCAMPER_FILE_OBJ_CYCLE_START)
CYCLE_DEF =
INT2FIX(SCAMPER_FILE_OBJ_CYCLE_DEF)
CYCLE_STOP =
INT2FIX(SCAMPER_FILE_OBJ_CYCLE_STOP)
ADDR =
INT2FIX(SCAMPER_FILE_OBJ_ADDR)
TRACE =
INT2FIX(SCAMPER_FILE_OBJ_TRACE)
PING =
INT2FIX(SCAMPER_FILE_OBJ_PING)