Sha256: 0fda0e9b66ca9e20b6c42f95d0b58268dec0198e7e1e72bab1c14bdbaa7956d0
Contents?: true
Size: 336 Bytes
Versions: 11
Compression:
Stored size: 336 Bytes
Contents
class Eye::Dsl::ChildProcessOpts < Eye::Dsl::Opts def allow_options [:stop_command, :restart_command, :children_update_period, :stop_signals, :stop_grace, :stop_timeout, :restart_timeout] end def triggers(*_args) raise Eye::Dsl::Error, 'triggers not allowed in monitor_children' end alias trigger triggers end
Version data entries
11 entries across 11 versions & 1 rubygems