module Crygen::Modules::Scope

Direct including types

Defined in:

modules/scope.cr

Instance Method Summary

Instance Method Detail

def as_private : self #

Set the scope as private. Returns: an object class itself.


[View source]
def as_protected : self #

Set the scope as protected. Returns: an object class itself.


[View source]