Method: Debtective::Comments::Print#initialize

Defined in:
lib/debtective/comments/print.rb

#initialize(user_name: nil) ⇒ Print

Returns a new instance of Print.

Parameters:

  • user_name (String) (defaults to: nil)

    git user name to filter with



30
31
32
# File 'lib/debtective/comments/print.rb', line 30

def initialize(user_name: nil)
  @user_name = user_name
end