module Micro::Attributes::Macros::ForSubclasses

NOTE: can't be renamed! It is used by u-case v4.

Constants

WRONG_NUMBER_OF_ARGS

Public Instance Methods

attribute!(name, options = Kind::Empty::HASH) click to toggle source
# File lib/micro/attributes/macros.rb, line 221
def attribute!(name, options = Kind::Empty::HASH)
  __attribute_assign(name, true, options)
end