Top Level Namespace

Defined Under Namespace

Modules: UniversalPipeHandler Classes: Pipe

Constant Summary

Constants included from UniversalPipeHandler

UniversalPipeHandler::ALLOWED_CMDLETS, UniversalPipeHandler::ALSO_OPEN_IN_PDF_VIEWER, UniversalPipeHandler::ARRAY_AUDIO_FILES, UniversalPipeHandler::ARRAY_IMAGE_FILE_TYPES, UniversalPipeHandler::ARRAY_MULTIMEDIA_FILES, UniversalPipeHandler::ARRAY_VIDEOFILE_EXTENSION, UniversalPipeHandler::ARRAY_VIDEO_FILES, UniversalPipeHandler::CMDLETS_DIRECTORY, UniversalPipeHandler::DEFAULT_PIPE, UniversalPipeHandler::DEFAULT_PIPE_COMMAND, UniversalPipeHandler::FILE_ALLOWED_CMDLETS, UniversalPipeHandler::FILE_PIPE_ALIASES, UniversalPipeHandler::FILE_PREDEFINED_METHODS, UniversalPipeHandler::LAST_UPDATE, UniversalPipeHandler::N, UniversalPipeHandler::ONE_DAY_HAS_N_SECONDS, UniversalPipeHandler::PIPE_TOKEN, UniversalPipeHandler::PREDEFINED_METHODS, UniversalPipeHandler::PROJECT_BASE_DIRECTORY, UniversalPipeHandler::SAVE_DIR, UniversalPipeHandler::SRC_DIR, UniversalPipeHandler::USE_THIS_PDF_VIEWER, UniversalPipeHandler::VERSION

Instance Method Summary collapse

Methods included from UniversalPipeHandler

all_actions?, array_all_actions, cmdlet_add, cmdlet_add_audio, cmdlet_all, cmdlet_any, cmdlet_ascii_video, cmdlet_assign, cmdlet_capture_screen, cmdlet_colourize, cmdlet_convert_to, cmdlet_convert_to_images, cmdlet_convert_to_mp3, cmdlet_convert_to_wav, cmdlet_copy_directories, cmdlet_count_character, cmdlet_count_longest_row, cmdlet_crop, cmdlet_cut, cmdlet_days?, cmdlet_decolourize, cmdlet_download, cmdlet_duration, cmdlet_extract, cmdlet_extract_all, cmdlet_extract_audio, cmdlet_extract_video, cmdlet_find_all, cmdlet_generate_random_video, cmdlet_generate_string, cmdlet_get_all_audio_files, cmdlet_get_all_files, cmdlet_get_all_images, cmdlet_get_all_images_including_subdirs, cmdlet_get_all_video_files, cmdlet_get_last_characters, cmdlet_help, cmdlet_identify, cmdlet_increase_audio, cmdlet_install, cmdlet_match_regex, cmdlet_n_directories, cmdlet_n_files, cmdlet_n_words, cmdlet_number_lines, cmdlet_open_in_browser, cmdlet_pad_left, cmdlet_pad_right, cmdlet_position, cmdlet_processes?, cmdlet_random, cmdlet_random_video, cmdlet_read_file, cmdlet_read_line, cmdlet_read_n_lines, cmdlet_read_n_lines_inverted, cmdlet_remove_audio, cmdlet_remove_comments, cmdlet_remove_directories, cmdlet_remove_html, cmdlet_remove_newlines, cmdlet_remove_numbers, cmdlet_repackage_to, cmdlet_replace_underscores, cmdlet_resize, cmdlet_resize_image, cmdlet_reverse, cmdlet_screenshot, cmdlet_search_torrent, cmdlet_seconds?, cmdlet_select, cmdlet_show_lines, cmdlet_shuffle, cmdlet_shuffle_csv, cmdlet_size, cmdlet_sort_alphabetical, cmdlet_sort_by_date, cmdlet_starts_with, cmdlet_stat_file, cmdlet_to_ascii, cmdlet_to_camel_case, cmdlet_to_dna, cmdlet_to_movie, cmdlet_to_pdf, cmdlet_torrent, cmdlet_translate, cmdlet_upload_to, cmdlet_word_count, cmdlet_word_wrap, cmdlet_write_to, cmdlet_years, cmdlets_directory?, do_require_the_individual_cmdlet_files, e, file_pipe_aliases, predefined_methods?, project_base_directory?, project_yaml_directory?, rds, result=, result?, return_pwd, set_working_directory, #sfancy, #simp, token?, use_colours?, working_directory?

Instance Method Details

#test(i = ARGV) ⇒ Object

#

test

#


276
277
278
279
280
# File 'lib/universal_pipe_handler/cmdlet/cmdlet.rb', line 276

def test(i = ARGV)
  e 'In the method test: '+skyblue(
    UniversalPipeHandler::Cmdlet.new(i) {{ may_we_exit: false }}
  )
end