class Ellipses::Client::Commands::Translate
Public Instance Methods
call(input)
click to toggle source
# File lib/ellipses/client/commands/translate.rb, line 9 def call(input) input.map { |line| line.tr(*argv) } end