Class: FuzzyNotes::TextViewer
- Inherits:
-
Object
- Object
- FuzzyNotes::TextViewer
- Defined in:
- lib/fuzzy_notes/text_viewer.rb
Constant Summary collapse
- TXT_EXT =
'txt'
Class Method Summary collapse
Class Method Details
.read(path) ⇒ Object
4 5 6 |
# File 'lib/fuzzy_notes/text_viewer.rb', line 4 def self.read(path) File.read(path) end |