Method: Label.read

Defined in:
lib/label.rb

.read(file) ⇒ Object

Read the given file.

file - A String describing the path to a file.



65
66
67
# File 'lib/label.rb', line 65

def read file
  File.open file
end