fixed ruby 1.9.2 bug
This commit is contained in:
parent
5a2967fe51
commit
3376a38f9d
@ -7,7 +7,7 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
compass (0.11.1.8e2292b)
|
||||
compass (0.11.1.5a2967f)
|
||||
chunky_png (~> 1.1)
|
||||
fssm (>= 0.2.7)
|
||||
sass (~> 3.1)
|
||||
|
@ -35,14 +35,12 @@ module Compass
|
||||
def setup(&block)
|
||||
define_method :setup do
|
||||
yield
|
||||
super
|
||||
end
|
||||
end
|
||||
|
||||
def after(&block)
|
||||
define_method :teardown do
|
||||
yield
|
||||
super
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user