# sig/random-words/generator.rbs class RandomWords::Generator def bad_init: () -> untyped def bad_length: () -> untyped def characters: () -> untyped def define_all_lengths: () -> untyped def define_length: () -> untyped def from_file: () -> untyped def generate_additional_clauses: () -> untyped def generate_combined_sentence: () -> untyped def generate_main_clause: () -> untyped def generate_sentence: () -> untyped def generate_word: () -> untyped def handle_overflow: () -> untyped def initialize: () -> void def lengths: () -> untyped def lengths=: () -> untyped def nouns_of_length: () -> untyped def paragraph: () -> untyped def paragraph_length=: () -> untyped def random_adjective: () -> untyped def random_adverb: () -> untyped def random_article: () -> untyped def random_article_for_noun: () -> untyped def random_clause: () -> untyped def random_conjunction: () -> untyped def random_noun: () -> untyped def random_number_with_plural: () -> untyped def random_passive_verb: () -> untyped def random_plural_article: () -> untyped def random_plural_noun: () -> untyped def random_plural_verb: () -> untyped def random_subordinate_conjunction: () -> untyped def random_verb: () -> untyped def roll: () -> untyped def sentence: () -> untyped def sentence_length=: () -> untyped def sentences: () -> untyped def source=: () -> untyped def test_random: () -> untyped def word: () -> untyped def words: () -> untyped end # sig/random-words/string.rbs class String def clean: () -> untyped def compress: () -> untyped def no_term: () -> untyped def split_lines: () -> untyped def terminate: () -> untyped end