I read Scala Functions (part of Another tour of Scala). In that post he stated:
Methods and functions are not the same thing
Functions don't support parameter defaults. Methods do. Converting from a method to a function loses parameter defaults. (Scala 2.8.1)