Sha256: c05d4c12c1c0a23f82a5ac05b1b085bfae8be22a9717e46d5ea384c37fa007f2
Contents?: true
Size: 159 Bytes
Versions: 4
Compression:
Stored size: 159 Bytes
Contents
class Foo def initialize puts 'constructor' @hello = 'Hello, ' end def hello(a:string) puts @hello; puts a end end Foo.new.hello('Duby')
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
mirah-0.0.4-java | examples/simple_class.mirah |
duby-0.0.3-java | examples/simple_class.duby |
duby-0.0.2-java | examples/simple_class.duby |
duby-0.0.1 | examples/simple_class.duby |