Skip to content

Issue and fix for sorting large list of config options #2

Description

@bcatherall

We probably have about 200 config options in Behavior, and the unsorted list was just too much to manage.

It was really simple to make it a sorted list.

line 40 of lib/behavior.rb

change from
meta.keys
to
meta.keys.sort

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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