Sha256: c38b1955ef0a59b0177d571f7dbbe7c70421a99f38c8f452d4fc7c3371996abf

Contents?: true

Size: 179 Bytes

Versions: 3

Compression:

Stored size: 179 Bytes

Contents

# This is an example of dividing component's code into modules. Use it to build complex components.
class RubyModules < Netzke::Base
  include BasicStuff
  include ExtraStuff
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netzke-core-0.8.4 test/core_test_app/app/components/ruby_modules.rb
netzke-core-0.8.3 test/core_test_app/app/components/ruby_modules.rb
netzke-core-0.8.2 test/core_test_app/app/components/ruby_modules.rb