jameskilton (owner)

Revisions

gist: 62789 Download_button fork
public
Public Clone URL: git://gist.github.com/62789.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
def some_method
  4
end
 
some_method {|ret_val| puts ret_val} #=> 4