lib/yuyi/roll.rb in yuyi-1.1.3 vs lib/yuyi/roll.rb in yuyi-1.1.4
- old
+ new
@@ -111,10 +111,10 @@
end
alias_method :appetizers, :pre_install
def install
begin
- instance_eval(&self.class.install).inspect
+ instance_eval(&self.class.install)
rescue
say "The #{self.title} roll does not have `install` defined", :type => :fail
exit
end
end