Sha256: ac340725faf945a532142978b4b8c3e49f8a70be44bc7cd58aea58e67f60c0e4

Contents?: true

Size: 168 Bytes

Versions: 14

Compression:

Stored size: 168 Bytes

Contents

require "onfire/debugging"

Apotomo::Event.class_eval do
  include Onfire::Event::Debugging
  
  debug do |widget, event|
    puts "#{widget.name}: #{event}"
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
apotomo-1.3.2 lib/apotomo/debugging.rb
apotomo-1.3.1 lib/apotomo/debugging.rb
apotomo-1.3.0 lib/apotomo/debugging.rb
apotomo-1.2.6 lib/apotomo/debugging.rb
apotomo-1.2.5 lib/apotomo/debugging.rb
apotomo-1.2.4 lib/apotomo/debugging.rb
apotomo-1.2.3 lib/apotomo/debugging.rb
apotomo-1.2.2 lib/apotomo/debugging.rb
apotomo-1.2.1 lib/apotomo/debugging.rb
apotomo-1.2.0 lib/apotomo/debugging.rb
apotomo-1.1.4 lib/apotomo/debugging.rb
apotomo-1.1.3 lib/apotomo/debugging.rb
apotomo-1.1.2 lib/apotomo/debugging.rb
apotomo-1.1.1 lib/apotomo/debugging.rb