class FileExample

Private Instance Methods

load_text(args) click to toggle source
# File lib/NaiveText/Example.rb, line 17
def load_text(args)
  @text = File.read(args[:path])
end