Method: Doing::Entry#initialize

Defined in:
lib/doing/changelog/entry.rb

#initialize(string, type, prefix: false) ⇒ Entry

Returns a new instance of Entry.



10
11
12
13
14
# File 'lib/doing/changelog/entry.rb', line 10

def initialize(string, type, prefix: false)
  @string = string
  @type = type
  @prefix = prefix
end