class Ducalis::UnchangedLine

Public Class Methods

new(*) click to toggle source
# File lib/ducalis/patch.rb, line 49
def initialize(*); end

Public Instance Methods

changed?() click to toggle source
# File lib/ducalis/patch.rb, line 55
def changed?
  false
end
patch_position() click to toggle source
# File lib/ducalis/patch.rb, line 51
def patch_position
  -1
end