-
Notifications
You must be signed in to change notification settings - Fork 213
Open
@rubyFeedback
Description
Would it be possible to alias YAML[] onto YAML.load_file()?
E. g.:
x = YAML.load_file('foobar.yml')
x = YAML['foobar.yml']
Rationale:
Laziness (or "user efficiency" - anything to type less, just as require 'pp' is no longer necessary. :D
Metadata
Metadata
Assignees
Labels
No labels