class WC::CLI::FileNotFoundError

Attributes

filename[R]

Public Class Methods

new(filename) click to toggle source
# File lib/wc/cli.rb, line 13
def initialize(filename)
  @filename = filename
end