Method: Debtective::Comments::Print#initialize
- Defined in:
- lib/debtective/comments/print.rb
#initialize(user_name: nil) ⇒ Print
Returns a new instance of Print.
30 31 32 |
# File 'lib/debtective/comments/print.rb', line 30 def initialize(user_name: nil) @user_name = user_name end |