Class: Andromeda::Kit::Switch
- Inherits:
-
Targeting
- Object
- Impl::ConnectorBase
- Impl::ProtoPlan
- Plan
- Targeting
- Andromeda::Kit::Switch
- Defined in:
- lib/andromeda/kit.rb
Instance Attribute Summary
Attributes inherited from Targeting
Attributes inherited from Plan
#error_level, #log, #marker, #nick, #trace_enter, #trace_exit
Attributes inherited from Impl::ProtoPlan
Instance Method Summary collapse
Methods inherited from Targeting
Methods inherited from Plan
#initialize, #initialize_copy, #pool, #tap, #to_short_s
Methods inherited from Impl::ProtoPlan
#>>, #current_name, #current_scope, #data_key, #data_tag, #data_val, #dest, #entry, #init_guide, #initialize, #initialize_copy, #key_label, #key_spot, #map_data, #mute, name_spot, #post_data, #post_to, #public_spot, #selects?, #signal_name?, signal_names, #signal_names, signal_spot, spot_attr, #spot_attr_name?, spot_attr_names, #spot_attr_names, spot_meth, #spot_meth_name?, spot_meth_names, #spot_meth_names, #spot_name?, spot_names, #spot_names, #tags, #to_short_s, #via
Methods included from Impl::To_S
Methods inherited from Impl::ConnectorBase
Constructor Details
This class inherits a constructor from Andromeda::Kit::Targeting
Instance Method Details
#on_enter(key, val) ⇒ Object
97 98 99 |
# File 'lib/andromeda/kit.rb', line 97 def on_enter(key, val) (intern(key) rescue exit) << val rescue nil end |