Sha256: c78ec678f5552819f8cb324553cf44c2188fbcec9a7af05e5fbd6e0258635d7e

Contents?: true

Size: 214 Bytes

Versions: 2

Compression:

Stored size: 214 Bytes

Contents

require File.join(File.dirname(__FILE__), '../../lib/cello')

module StaticPages
  module Site
    class Firefox < Cello::Structure::Browser

      def initialize
        super :firefox
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cello-0.0.17 features/pages/firefox.rb
cello-0.0.16 features/pages/firefox.rb