22 23 24
# File 'lib/ebook_library/ebook.rb', line 22 def format @format ||= File.extname(path).gsub(/^./, "") end