Sha256: dd799190cc5cf1ef7cf0ced9e1043dc81eda3a96425eeefa7e24b00511b48f05

Contents?: true

Size: 199 Bytes

Versions: 29

Compression:

Stored size: 199 Bytes

Contents

require "hooks"

module Xcake
  class Project
    include Hooks
    include Hooks::InstanceHooks

    # Defines hook which is ran after project is saved.
    #
    define_hooks :after_save
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
xcake-0.4.8 lib/xcake/project/hooks.rb
xcake-0.4.7 lib/xcake/project/hooks.rb
xcake-0.4.6 lib/xcake/project/hooks.rb
xcake-0.4.5 lib/xcake/project/hooks.rb
xcake-0.4.4 lib/xcake/project/hooks.rb
xcake-0.4.3 lib/xcake/project/hooks.rb
xcake-0.4.2 lib/xcake/project/hooks.rb
xcake-0.4.1 lib/xcake/project/hooks.rb
xcake-0.3.1 lib/xcake/project/hooks.rb