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

Overview
Module Structure
Class Hierarchy
Instance Methods
Output#meth_told / 3
Output#meth_put_string / 4
Output#meth_flush / 3
Output#meth_pretty_print / 4
is a submodule of
module: IO ( Umu::Value::Core )
has modular siblings
class: Abstract   
class: Input   
inherits from
  Abstract ( Umu::Value::Core::IO )
has class siblings
  Input ( Umu::Value::Core::IO )
has properties
method: meth_told / 3   
method: meth_put_string / 4   
method: meth_flush / 3   
method: meth_pretty_print / 4   
is defined at
#101 in value/core/io.rb  
#94 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 )
Output ( Umu::Value::Core::IO )
has properties
method: meth_told / 3   
method: meth_put_string / 4   
method: meth_flush / 3   
method: meth_pretty_print / 4   

Instance Methods

Output#meth_told / 3

#107 in value/core/io.rb

meth_told ( _loc ,
  _env ,
  _event )

Output#meth_put_string / 4

#119 in value/core/io.rb

meth_put_string ( _loc ,
  _env ,
  _event ,
  value )

Output#meth_flush / 3

#133 in value/core/io.rb

meth_flush ( _loc ,
  _env ,
  _event )

Output#meth_pretty_print / 4

#145 in value/core/io.rb

meth_pretty_print ( _loc ,
  _env ,
  event ,
  value )