Class: OpenStax::Utilities::ClassyHelper

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/openstax/utilities/classy_helper.rb

Instance Method Summary collapse

Constructor Details

#initialize(helper_self) ⇒ ClassyHelper

Returns a new instance of ClassyHelper.



5
6
7
8
# File 'lib/openstax/utilities/classy_helper.rb', line 5

def initialize(helper_self)
  @helper_self = helper_self
  super(helper_self)
end

Instance Method Details

#true_selfObject



10
11
12
# File 'lib/openstax/utilities/classy_helper.rb', line 10

def true_self
  @helper_self
end