Daily Archives: January 6, 2008

Alternatives to Lexical Binding with Ruby

In ruby the default way to get a name to return a value is via ruby’s lexical scoping rules. Lexical scoping rules use the way the code is written to determine what a variable name means. You can read the … Continue reading

Posted in ruby | Leave a comment