Sha256: e28e03df48f7f61b9af1fdb88cc06f7177bd431a0ebf01b7e545c0c0678b8b7c
Contents?: true
Size: 336 Bytes
Versions: 18
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
18 entries across 18 versions & 3 rubygems