Skip to content

Commit

Permalink
Add Function:update (should have been done weeks ago)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Harkins committed Feb 14, 2008
1 parent 41255b1 commit 459d0d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/SCClassLibrary/Common/Core/Function.sc
Expand Up @@ -17,6 +17,8 @@ Function : AbstractFunction {

choose { ^this.value }

update { |obj, what ... args| this.value(obj, what, *args) }


// evaluation
value { arg ... args;
Expand Down

0 comments on commit 459d0d5

Please sign in to comment.