Skip to content

Instantly share code, notes, and snippets.

@grosscol
Created August 5, 2015 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grosscol/602e4f386caeb43d36aa to your computer and use it in GitHub Desktop.
Save grosscol/602e4f386caeb43d36aa to your computer and use it in GitHub Desktop.
require 'delegator'
require 'stringio'
Class IoDelegator < SimpleDelegator
attr :mime_type, :original_name
end
a = StringIO.new
b = IoDelegator.new(b)
b.methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment