# File lib/rugged/diff/delta.rb, line 16 def added? status == :added end
# File lib/rugged/diff/delta.rb, line 32 def copied? status == :copied end
# File lib/rugged/diff/delta.rb, line 20 def deleted? status == :deleted end
# File lib/rugged/diff/delta.rb, line 36 def ignored? status == :ignored end
# File lib/rugged/diff/delta.rb, line 48 def inspect "#<#{self.class.name}:#{object_id} {old_file: #{old_file.inspect}, new_file: #{new_file.inspect}, similarity: #{similarity.inspect}, status: #{status.inspect}>" end
# File lib/rugged/diff/delta.rb, line 24 def modified? status == :modified end
# File lib/rugged/diff/delta.rb, line 28 def renamed? status == :renamed end
Generated with the Darkfish Rdoc Generator 2.