platform/shared/rubyJVM/src/com/xruby/runtime/builtin/InputStreamExecutor.java in rhodes-1.4.2 vs platform/shared/rubyJVM/src/com/xruby/runtime/builtin/InputStreamExecutor.java in rhodes-1.5.0

- old
+ new

@@ -38,9 +38,14 @@ }catch(IOException exc){ } } + public InputStream getInputStream() + { + return m_is; + } + public boolean eof() { if ( m_strInput == null ) return false; return m_nPos >= m_strInput.length();