Method: Exercise::Output::CIC#chomp

Defined in:
lib/commands/exercise/output/cic.rb

#chomp(string) ⇒ Object



13
14
15
# File 'lib/commands/exercise/output/cic.rb', line 13

def chomp(string)
  string&.chomp
end