class Undine::Configuration

Attributes

except_for[RW]
query_message_from[RW]

Public Class Methods

new() click to toggle source
# File lib/undine/configuration.rb, line 16
def initialize
  @query_message_from = :message.to_proc
  @except_for = SystemExit
end