test_add_gem_with_version() Instance Public methods
test_add_gem() Instance Public methods
subclasses() Class Public methods Track all generators subclasses.
no_color!() Class Public methods Remove the color from output.
invoke(namespace, args=ARGV, config={}) Class Public methods Receives a namespace, arguments and the behavior to invoke the generator. It's used as the default entry point for generate, destroy and update commands.
hide_namespaces(*namespaces) Class Public methods Also aliased as: hide_namespace
hide_namespace(*namespaces) Class Public methods Alias for: hide_namespaces
hidden_namespaces() Class Public methods
help(command = 'generate') Class Public methods Show help message with available generators.
fallbacks() Class Public methods Hold configured generators fallbacks. If a plugin developer wants a generator group to fallback to another group in case of missing generators, they can add a fallback. For example, shoulda is considered a test_framework and is an extension of test_unit. However, most part of shoulda generators are similar to test_unit ones. Shoulda then can tell generators to search for test_unit generators when some of them are not available by adding a fallback:
Page 43 of 2275