lib/yasm/task.rb in ruby-yasm-0.1.1 vs lib/yasm/task.rb in ruby-yasm-0.2.0
- old
+ new
@@ -114,10 +114,10 @@
def initialize(options={},&block)
target = options.delete(:target)
super(options,&block)
- self.target!(target) if target
+ target!(target) if target
end
#
# Sets the YASM `arch` and `machine`.
#