This fixes a bug in ruby 1.8.7.
This commit is contained in:
parent
190c96872b
commit
964304caa4
@ -9,7 +9,9 @@ module Compass::Exec
|
||||
opts.parse!(arguments)
|
||||
end
|
||||
def opts
|
||||
OptionParser.new(&method(:set_options))
|
||||
OptionParser.new do |opts|
|
||||
self.set_options(opts)
|
||||
end
|
||||
end
|
||||
def set_options(opts)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user