Results 6 issues of kwatch

(Redirected from https://bugs.ruby-lang.org/issues/12960?next_issue_id=12959 .) New visitor class to create custom object intead of Hash. It creates custom object according to context (= last mapping key). * Enables data access like...

'vs -i' should support PHP. - How about configuration? PHP compilation requires complex configure option.

Is it possible to retrieve composite values (ex: `row(123, 'str', true, null)`) as Ruby's Array object (ex: `[123, "str", true, nil]`) ? I hope to execute the following SQL... ```...

### Background Bash can bind any command to an edit key such as Ctrl-L or Ctrl-O by `bind -x`. For example: ``` [bash]$ bind -x '"\C-l":"ls --color"' ``` The above...

enhancement

Is there any plan to support task options in command line? For example, `rake clean --all` or `rak task --exclude='*longtime*'`. Related: #81, #370

Rake application loads `Rakefile` AFTER `Rake.application.run()` started. Therefore it is not able to customize `Rake.application.run()` (or other methods defined in `Rake.application`) in `Rakefile`. For example, I want to change `Rake::Application#handle_options()`...