Skip to content

Restrict calling of methods in Modules not explicitly included in the console #25

@dannypurcell

Description

@dannypurcell

It is currently possible to call any static method in any module reachable from the one Rubycom was included in. This includes private static methods since they are only hidden but not restricted from usage.

We should like Rubycom to return 'no such command' if a user attempts to call a method which is not shown in the command list.

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