Getc() 개인적인 메소드

private Getc ( RubyIO self ) : object
self RubyIO
리턴 object
예제 #1
0
 public static object Getc(RubyContext /*!*/ context, object self)
 {
     return(RubyIOOps.Getc(context.InputProvider.GetOrResetCurrentStream()));
 }