Flowdock
new(event_type, event_arg=nil ) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/validation/validation.rb, line 70
      def initialize(event_type, event_arg=nil )
        @event_type = event_type
        @event_arg = event_arg
      end
Register or log in to add new notes.