# File lib/Borges/Report/ReportColumn.rb, line 19 def column_click_block(aBlock) self.clickBlock do |r| aBlock.call(self.valueForRow(r)) end end