Ticket #18 (new defect)
Opened 2 years ago
Allow hooks to !map and !seq.
| Reported by: | why | Owned by: | why |
|---|---|---|---|
| Priority: | major | Milestone: | milestone1 |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
I need some basic hooks to map, seq and str kinds. From trans:
YAML.add_builtin_type('map'){|t,v| p v}
o = YAML.load(s)
p o
Note: See
TracTickets for help on using
tickets.