Skip to content

Allow class declaration with fully-qualified name #6

Description

@filp

It would be nice to have the ability to declare classes without explicit nesting.

Currently:

class Foo {
  class Bar {
    class UhOh { }
  }
}

This can quickly become a bit cumbersome.

Suggestion:

class Foo::Bar::UhOh {
  def init { 'yay } 
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions