9 lines
141 B
Ruby
Executable File
9 lines
141 B
Ruby
Executable File
# encoding: UTF-8
|
|
|
|
require 'common/collections/wp_plugins/detectable'
|
|
|
|
class WpPlugins < WpItems
|
|
extend WpPlugins::Detectable
|
|
|
|
end
|