Method: Kronk::Diff#diff_array

Defined in:
lib/kronk/diff.rb

#diff_arrayObject Also known as: to_a

Returns the cached diff array when available, otherwise creates it.



226
227
228
# File 'lib/kronk/diff.rb', line 226

def diff_array
  @diff_ary ||= create_diff
end