Sha256: 42a6f1f04e3e47c3c79ae71231f4032c1261b574eb9fc07bec98306784f3742d
Contents?: true
Size: 584 Bytes
Versions: 21
Compression:
Stored size: 584 Bytes
Contents
class AbstractRuntimeFactory def clr raise NotImplementedError, "method not implemented" end def jvm raise NotImplementedError, "method not implemented" end def netcore raise NotImplementedError, "method not implemented" end def perl raise NotImplementedError, "method not implemented" end def ruby raise NotImplementedError, "method not implemented" end def nodejs raise NotImplementedError, "method not implemented" end def python raise NotImplementedError, "method not implemented" end end
Version data entries
21 entries across 21 versions & 1 rubygems