Skip to content

Instantly share code, notes, and snippets.

@teliosdev
Created June 28, 2014 21:02
Show Gist options
  • Save teliosdev/64972156ddfb431d01eb to your computer and use it in GitHub Desktop.
Save teliosdev/64972156ddfb431d01eb to your computer and use it in GitHub Desktop.
class Test
include Streamable
def output(thing)
p thing
end
end
Test.new.stream ["hello"], :output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment