class Git::Diff
def cache_full
def cache_full unless @full_diff @full_diff = @base.lib.diff_full(@from, @to, {:path_limiter => @path}) end end
def cache_full unless @full_diff @full_diff = @base.lib.diff_full(@from, @to, {:path_limiter => @path}) end end