class LucidFunc::Base
Public Class Methods
inherited(base)
click to toggle source
# File lib/isomorfeus_react/lucid_func/base.rb, line 3 def self.inherited(base) base.include(::LucidFunc::Mixin) end
# File lib/isomorfeus_react/lucid_func/base.rb, line 3 def self.inherited(base) base.include(::LucidFunc::Mixin) end