Class: Magic::Support::Author

Inherits:
Gem::Author show all
Extended by:
Gem::Author::ClassMethods
Defined in:
lib/magic/support/authors.rb,
sig/lib/magic/support/author.rbs

Overview

:nodoc:

Class Attribute Summary collapse

Method Summary

Methods included from Gem::Author::ClassMethods

emails, github_url, names

Methods inherited from Gem::Author

#github_url

Class Attribute Details

.all ⇒ Array[self] (readonly)

Returns the value of attribute all.

Returns:

  • (Array[self])


6
7
8
# File 'sig/lib/magic/support/author.rbs', line 6

def all
  @all
end