Bundler::Thor::Command
A dynamic command that handles method missing scenarios.
# File bundler/vendor/thor/lib/thor/command.rb, line 122 def initialize(name, options = nil) super(name.to_s, "A dynamically-generated command", name.to_s, name.to_s, options) end
# File bundler/vendor/thor/lib/thor/command.rb, line 126 def run(instance, args = []) if (instance.methods & [name.to_s, name.to_sym]).empty? super else instance.class.handle_no_command_error(name) end end
This page was generated for Ruby 2.6.9
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.