See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| class NanoCase | |
| class Result | |
| UNDEFINED = :undefined | |
| attr_reader :type, :data | |
| def initialize(type, data) | |
| @type = type | |
| @data = data | |
| end |