class OpenStax::Utilities::ClassyHelper

Public Class Methods

new(helper_self) click to toggle source
Calls superclass method
# File lib/openstax/utilities/classy_helper.rb, line 5
def initialize(helper_self)
  @helper_self = helper_self
  super(helper_self)
end

Public Instance Methods

true_self() click to toggle source
# File lib/openstax/utilities/classy_helper.rb, line 10
def true_self
  @helper_self
end