Sha256: cb2046eb977ec1c674b7dffbe7d10027270339a7ac106e2102b6d96209b47402
Contents?: true
Size: 249 Bytes
Versions: 119
Compression:
Stored size: 249 Bytes
Contents
/** * Copyright 2007 Ye Zheng * Distributed under the BSD License */ package com.xruby.runtime.lang.annotation; public abstract class UndefMethod { public abstract String name(); public boolean classMethod(){return false;}// default false; }
Version data entries
119 entries across 119 versions & 1 rubygems