Skip to content

Possible to remove 'and' joining large numbers? #83

@evangallup

Description

@evangallup

I noticed the same issue here #14, but I don't see a way to override this. According to the code below this doesn't seem possible anymore. Am I missing something?

def conjunction(parts, use_and)
  return '' if parts.empty?

  use_and ? ' and' : ','
end

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