| Class | NilClass |
| In: |
lib/more/facets/openobject.rb
lib/more/facets/pathname.rb |
| Parent: | Object |
Core Extensions
Nil converts to an empty OpenObject.
# File lib/more/facets/openobject.rb, line 233
233: def to_openobject
234: OpenObject.new
235: end