Sha256: ee4f583c3b863a87c8adf26a285789b07dfa622159491ce91ce7c3921c2ccac8
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 Bytes
Contents
require("stringio") class StringIO { include: IOMixin forwards_unary_ruby_methods StringIO forwards_unary_ruby_methods ruby_alias: '<< def each: block { each(&block) } def each_line: block { """ @block @Block@ to be called with each line in @self. """ each_line(&block) } def string: str { """ @str @String@ to set @string in @self to. """ string=(str) } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fancy-0.10.0 | lib/rbx/stringio.fy |
fancy-0.9.0 | lib/rbx/stringio.fy |
fancy-0.8.0 | lib/rbx/stringio.fy |