Returns:
58 59 60
# File 'app/models/change.rb', line 58 def has_diff? return ! (diff.nil? or diff.empty?) end