Sha256: 23eccd0e48c16d2a57fb7e41e10ead13c147c3c6996a3e29457a7830483afc2e

Contents?: true

Size: 221 Bytes

Versions: 2

Compression:

Stored size: 221 Bytes

Contents

module UrlHelper
  class << self
    def html
      File.expand_path("#{File.dirname(__FILE__)}/../html")
    end

    def files
      "file://#{html}"
    end

    def modal
      "#{files}/modal.html"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iemodal-0.0.4 features/support/url_helper.rb
iemodal-0.0.2 features/support/url_helper.rb