Class: Mudguard::Infrastructure::Cli::View

Inherits:
Object
  • Object
show all
Defined in:
lib/mudguard/infrastructure/cli/view.rb

Overview

Handles user input

Instance Method Summary collapse

Instance Method Details



8
9
10
# File 'lib/mudguard/infrastructure/cli/view.rb', line 8

def print(text)
  puts text
end