class Diffity::RunDetails::Default

Public Instance Methods

author() click to toggle source
# File lib/diffity/run_details.rb, line 38
def author
  'None'.freeze
end
branch() click to toggle source
# File lib/diffity/run_details.rb, line 34
def branch
  'HEAD'.freeze
end