Sha256: 19ffc5ed4c6b865fff2380be35f26fe0acb7fb24b4154f8ccbefff95d3433ad4

Contents?: true

Size: 163 Bytes

Versions: 2

Compression:

Stored size: 163 Bytes

Contents

class Object

  # returns a new clean binding for this object
  #   usage: eval 'self', object.scope  #=> returns object 
  #

  def scope
    lambda{}
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ramaze-0.3.9 lib/ramaze/snippets/object/scope.rb
ramaze-0.3.9.1 lib/ramaze/snippets/object/scope.rb