Method: ActiveGist::Files#initialize

Defined in:
lib/active_gist/files.rb

#initialize(hash = {}) ⇒ Files

Returns a new instance of Files.



6
7
8
9
# File 'lib/active_gist/files.rb', line 6

def initialize(hash = {})
  @hash = hash
  @changed = false
end