class Bellboy::BellboyIOError

Base for all Read/Write/Create errors

Public Class Methods

new(filepath) click to toggle source
# File lib/bellboy/errors.rb, line 27
def initialize(filepath)
  @filepath = File.dirname(File.expand_path(filepath)) rescue filepath
end