module EacRubyUtils::Envs::BaseCommand::Concat

def and(other_command)

Returns:
  • (EacRubyUtils::Envs::Command) -
def and(other_command)
  concat(AND_OPERATOR, other_command)
end