Class: Input (Umu::Value::Core::IO)

Overview
Module Structure
Class Hierarchy
Constants
Input::FN_DEST
Instance Methods
Input#meth_seen / 3
Input#meth_get_string / 3
Input#meth_each_line / 3
is a submodule of
module: IO ( Umu::Value::Core )
has modular siblings
class: Abstract   
class: Output   
inherits from
  Abstract ( Umu::Value::Core::IO )
has class siblings
  Output ( Umu::Value::Core::IO )
has properties
method: meth_seen / 3   
method: meth_get_string / 3   
constant: FN_DEST   
method: meth_each_line / 3   
is defined at
#35 in value/core/io.rb  
#93 in common/constant.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Value
  module: Core
  module: IO
class: Abstract     
class: Input     
class: Output     

Class Hierarchy

Object ( Builtin-Module )
Top ( Umu::Value::Core )
has properties
class method: class_method_infos   
class method: instance_method_infos   
class method: define_class_method / 5   
class method: define_instance_method / 5   
class method: __define_method__ / 6   
class method: type_sym (1/2)   
method: type_sym (2/E)   
method: pretty_print / 1   
method: invoke / 5   
method: apply / 4   
method: __invoke__ / 5   
Object ( Umu::Value::Core )
has properties
method: meth_show / 3   
alias: meth_to_string meth_show   
method: contents   
method: meth_contents / 3   
method: meth_is_equal / 4   
method: meth_is_not_equal / 4   
method: meth_is_less_than / 4   
method: meth_is_greater_than / 4   
method: meth_is_less_equal / 4   
method: meth_is_greater_equal / 4   
method: meth_compare / 4   
method: meth_force / 3   
Abstract ( Umu::Value::Core::IO )
has properties
attribute: io [R]   
method: initialize / 1   
method: to_s   
Input ( Umu::Value::Core::IO )
has properties
method: meth_seen / 3   
method: meth_get_string / 3   
constant: FN_DEST   
method: meth_each_line / 3   
Output ( Umu::Value::Core::IO )

Constants

Input::FN_DEST

#64 in value/core/io.rb

FN_DEST = lambda { |input|   

Instance Methods

Input#meth_seen / 3

#41 in value/core/io.rb

meth_seen ( _loc ,
  _env ,
  _event )

Input#meth_get_string / 3

#53 in value/core/io.rb

meth_get_string ( _loc ,
  _env ,
  _event )

Input#meth_each_line / 3

#93 in value/core/io.rb

meth_each_line ( _loc ,
  _env ,
  _event )