Method: LIBRARY2#fetch_file
- Defined in:
- lib/polyrex_calendarbase.rb
#fetch_file(filename) ⇒ Object
22 23 24 25 26 |
# File 'lib/polyrex_calendarbase.rb', line 22 def fetch_file(filename) filepath = fetch_filepath filename read filepath end |