Skip to content

Update initialization  #31

@evanthegrayt

Description

@evanthegrayt

Change from:

def initialize(words, config_file = nil)
  # ...
end

to

def initialize(*words, config_file: nil)
  # ...
end

Not 100% sold on the *words; I could see how it could be useful to pass an array. Also, would definitely be useful to pass a string too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions