Sha256: 2e5336c5666eea0d1bb4596361e754af947895f78f469ae6cda267cd3ea87ce0
Contents?: true
Size: 260 Bytes
Versions: 135
Compression:
Stored size: 260 Bytes
Contents
/* * Copyright 2006-2007 Yu Su * Distributed under the BSD License */ package com.xruby.debug; /** * Interface for debug instruction * * @author Yu Su (beanworms@gmail.com) */ public interface Instruction { public Result execute(); }
Version data entries
135 entries across 135 versions & 2 rubygems