Class: Webrazzi::ListFile
- Inherits:
-
Object
- Object
- Webrazzi::ListFile
- Defined in:
- lib/webrazzi/list_loader.rb
Class Method Summary collapse
Class Method Details
.load(file_path) ⇒ Object
3 4 5 |
# File 'lib/webrazzi/list_loader.rb', line 3 def self.load(file_path) File.open(file_path).readlines end |