class Danger::EmptyDiff

Null object incase a diff cannot be determined

Public Instance Methods

patch() click to toggle source
# File lib/todoist/plugin.rb, line 155
def patch
  ""
end