Sha256: 4801cf9ac1075b716c48a4c92a18f78688413f40d8438aac7164e16b3afd14cb
Contents?: true
Size: 151 Bytes
Versions: 3
Compression:
Stored size: 151 Bytes
Contents
module Kernel # A shorthand pronoun for binding(). # # a = 3 # b = here # eval( "a", b ) #=> 3 # alias_method :here, :binding end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
facets-2.2.0 | lib/core/facets/binding/here.rb |
facets-2.2.1 | lib/core/facets/kernel/here.rb |
facets-2.3.0 | lib/core/facets/kernel/here.rb |