class Rubocopfixer

Public Class Methods

hi(language = 'English') click to toggle source
# File lib/rubocopfixer.rb, line 2
def self.hi(language = 'English')
  translator = Translator.new(language)
  translator.hi
end