Method: TraitsReport#save

Defined in:
lib/copycats/reports/traits.rb

#save(path) ⇒ Object



116
117
118
119
120
# File 'lib/copycats/reports/traits.rb', line 116

def save( path )
  File.open( path, "w" ) do |f|
    f.write build
  end
end