Sha256: faaac90383d4803cc9f6edd3752aaec408f91254c819c79a8d4d6e7a225ce632
Contents?: true
Size: 257 Bytes
Versions: 3
Compression:
Stored size: 257 Bytes
Contents
class WriteThing # this is used in testing the write buffer def __hi 'hi' end def __hello 'hello' end def __hithere 'hithere' end def __prefix(meth, level, indent) "#{level > 0 ? "\n": ''}#{' '*level*indent}" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
undies-3.0.0.rc.3 | test/fixtures/write_thing.rb |
undies-3.0.0.rc.2 | test/fixtures/write_thing.rb |
undies-3.0.0.rc.1 | test/fixtures/write_thing.rb |