Module: SnapCi::Translations

Included in:
Parser
Defined in:
lib/snap_ci/translations.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



19
20
21
22
# File 'lib/snap_ci/translations.rb', line 19

def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end