#_
7 8 9
# File 'lib/ext/object_ext.rb', line 7 def pass_through(pipe, context) pipe.pass self, context end
11 12 13
# File 'lib/ext/object_ext.rb', line 11 def to_pretty_json JSON.pretty_generate self end