Sha256: 594d3e516d587dcb7a6805e4104eceebcab171ce6b0455dbd551d0e51ffad624
Contents?: true
Size: 322 Bytes
Versions: 3
Compression:
Stored size: 322 Bytes
Contents
class Symbol { def eval { binding = Binding setup(Rubinius VariableScope of_sender(), Rubinius CompiledMethod of_sender(), Rubinius StaticScope of_sender()) Fancy eval: to_s binding: binding } def inspect { "'" ++ (inspect() from: 1 to: -1) } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fancy-0.3.3 | lib/rbx/symbol.fy |
fancy-0.3.2 | lib/rbx/symbol.fy |
fancy-0.3.1 | lib/rbx/symbol.fy |