Sha256: 19674a5258875b32ce17ffeda6819c6a1baa61192918e43614794d327f7802b9

Contents?: true

Size: 236 Bytes

Versions: 9

Compression:

Stored size: 236 Bytes

Contents

module Hyperstack
  module Internal
    module Router
      module InstanceMethods
        def history
          self.class.history
        end

        def location
          self.class.location
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hyper-router-1.0.alpha1.8 lib/hyperstack/internal/router/instance_methods.rb
hyper-router-1.0.alpha1.7 lib/hyperstack/internal/router/instance_methods.rb
hyper-router-1.0.alpha1.6 lib/hyperstack/internal/router/instance_methods.rb
hyper-router-1.0.alpha1.5 lib/hyperstack/internal/router/instance_methods.rb
hyper-router-1.0.alpha1.4 lib/hyperstack/internal/router/instance_methods.rb
hyper-router-1.0.alpha1.3 lib/hyperstack/internal/router/instance_methods.rb
hyper-router-1.0.alpha1.2 lib/hyperstack/internal/router/instance_methods.rb
hyper-router-1.0.alpha1.1 lib/hyperstack/internal/router/instance_methods.rb
hyper-router-1.0.alpha1 lib/hyperstack/internal/router/instance_methods.rb