Sha256: 7c5bf5ccf234a23d01a659fc1f9abbbe3aea952e783cf22ad3fb9ead6e645b86

Contents?: true

Size: 192 Bytes

Versions: 4

Compression:

Stored size: 192 Bytes

Contents

module Kernel
  # A shorthand pronoun for binding().
  #
  #   require 'facet/kernel/here'
  #
  #   a = 3
  #   b = here
  #   eval( "a", b )  #=> 3
  #
  alias_method( :here, :binding )
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-0.6.3 lib/facet/kernel/here.rb
facets-0.7.1 lib/facet/kernel/here.rb
facets-0.7.0 lib/facet/kernel/here.rb
facets-0.7.2 lib/facet/kernel/here.rb