Class: Mkmatter::GemInfo
- Inherits:
-
Object
- Object
- Mkmatter::GemInfo
- Defined in:
- lib/mkmatter/version.rb
Overview
Return gem information for certain commands and options
Class Method Summary collapse
-
.authors ⇒ Array
List of authors.
-
.email ⇒ Array
Authors emails.
Class Method Details
.authors ⇒ Array
Returns list of authors.
7 8 9 |
# File 'lib/mkmatter/version.rb', line 7 def GemInfo. ['Ken Spencer'] end |
.email ⇒ Array
Returns authors emails.
12 13 14 |
# File 'lib/mkmatter/version.rb', line 12 def GemInfo.email ['[email protected]'] end |