Skip to content

Evil::Client::Dictionary will not support keyword arguments? #32

@NaturalHokke

Description

@NaturalHokke
---
# config.yml
- name: "A"
  code: 65
- name: "B"
  code: 66
class Codepoint < Evil::Client::Model
  extend  Evil::Client::Dictionary["config.yml"]

  option :name
  option :code
end

Codepoint.all
# => `new': wrong number of arguments (given 1, expected 0)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions