Sha256: def59181eb930673a4411aba43371d7041abcfdcc9519d6ce93217030658029c
Contents?: true
Size: 205 Bytes
Versions: 135
Compression:
Stored size: 205 Bytes
Contents
/** * Copyright 2007 Ye Zheng * Distributed under the BSD License */ package com.xruby.runtime.lang.annotation; public @interface UndefMethod { String name(); boolean classMethod() default false; }
Version data entries
135 entries across 135 versions & 2 rubygems