lib/command.rb in dev_commands-0.0.52 vs lib/command.rb in dev_commands-0.0.53
- old
+ new
@@ -181,10 +181,10 @@
cmd[:quiet]=true
cmd.execute
cmd[:output]
end
- def self.summary
+ def summary
"#{self[:exit_code].to_s} #{self[:input]} (#{self[:directory]})"
end
def to_html
if self[:exit_code] == 0
\ No newline at end of file