Method: AssLauncher::Cmd::Abstract::ClientMode#client

Defined in:
lib/ass_launcher/cmd.rb

#clientObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



124
125
126
127
128
129
130
131
132
# File 'lib/ass_launcher/cmd.rb', line 124

def client
  case parrent_command
  when 'designer' then :thick
  when 'thick' then :thick
  when 'thin' then :thin
  when 'web' then :web
  when 'makeib' then :thick
  end
end