lispy 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/lispy.rb +2 -2
  2. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  class Lispy
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
 
4
4
  @@methods_to_keep = /^__/, /class/, /instance_/, /method_missing/, /object_id/
5
5
 
@@ -12,7 +12,7 @@ class Lispy
12
12
  @scope.last << [sym, args]
13
13
  if block
14
14
  # there is some simpler recursive way of doing this, will fix it shortly
15
- scope.last.last << []
15
+ @scope.last.last << []
16
16
  @scope.push(@scope.last.last.last)
17
17
  instance_exec(&block)
18
18
  @scope.pop
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ryan Allen