Sha256: c074027ab41d23cbe5aca9e0f0e4c6fe7fd02fcaa885d9642651ad1e13ad9728
Contents?: true
Size: 260 Bytes
Versions: 5
Compression:
Stored size: 260 Bytes
Contents
module Trinidad module Extensions class FooWebAppExtension < WebAppExtension def configure(tomcat, app_context) @options end end class FooServerExtension < ServerExtension def configure(tomcat) @options end end end end
Version data entries
5 entries across 5 versions & 2 rubygems