16 17 18 19
# File 'lib/buggy.rb', line 16 def status "Closed" if self.closed == 1 "Open" if self.closed == 0 end