C# Class IronRuby.Builtins.RubyMethod.Curried

Inheritance: RubyMethod
Show file Open project: jschementi/iron

Public Methods

Method Description
ToProc ( IronRuby.Runtime.RubyScope scope ) : Proc

Private Methods

Method Description
BuildInvoke ( MetaObjectBuilder metaBuilder, CallArguments args ) : void
Curried ( object target, IronRuby.Runtime.Calls.RubyMemberInfo info, string methodNameArg ) : System.Linq.Expressions
GetCurriedDebugView ( ) : string

Method Details

ToProc() public method

public ToProc ( IronRuby.Runtime.RubyScope scope ) : Proc
scope IronRuby.Runtime.RubyScope
return Proc