Skip to content

Allow for parameters in method names #7

@amattsmith

Description

@amattsmith

Currently, Ruleby does not allow for parameters in method names. For example, the following is not allowed:

[m.get(:name) == ’Joe’]

This needs to be accepted in all syntaxes. Other cases where this is need include:

[m[:name] == ’Joe’]

The Atoms and Nodes are already prepared to accept the arguments. The only area of development needed is in the DSLs.

original LH ticket

This ticket has 0 attachment(s).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions