Skip to content

Instantly share code, notes, and snippets.

@nox
Created January 23, 2011 22:48
Show Gist options
  • Save nox/792533 to your computer and use it in GitHub Desktop.
Save nox/792533 to your computer and use it in GitHub Desktop.
$ erl -pa ebin
Erlang R14B02 (erts-5.8.3) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]
Eshell V5.8.3 (abort with ^G)
1> application:start(ex_complete).
ok
2> ex_complete:bindings().
[]
3> Foo = bar.
bar
4> ex_complete:bindings().
[{'Foo',bar}]
5>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment