Skip to content

Instantly share code, notes, and snippets.

@santosh79
Created October 23, 2015 07:57
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 santosh79/677cc8d1387e19cbfd53 to your computer and use it in GitHub Desktop.
Save santosh79/677cc8d1387e19cbfd53 to your computer and use it in GitHub Desktop.
defimpl Simple.StreamReader, for: List do
def read_line([a|_]) do
a
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment