Method: ClassSource::Collator#full_file

Defined in:
lib/class_source/collator.rb

#full_file(location) ⇒ Object

A helper to return the full text of a file



62
63
64
# File 'lib/class_source/collator.rb', line 62

def full_file(location)
  File.read(location.first)
end