module PoiseApplication::AppFileMixin::Resource

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/poise_application/app_file_mixin.rb, line 35
def initialize(*)
  super
  # So our lazy default below can work. Not needed on 12.7+.
  remove_instance_variable(:@path) if instance_variable_defined?(:@path)
end