Sha256: 93e3c3ed869d71afe6a26af4f1b514c37aa111ead6c1541b3ecb4101a34d6bff

Contents?: true

Size: 239 Bytes

Versions: 4

Compression:

Stored size: 239 Bytes

Contents

module AmpHtml
    module Configuration
        class Help

            def self.all
                puts IO.read File.join AmpHtml.root, 'amp_html', 'configuration', 'docs', 'README.md'
            end

        end
    end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
amp-html-0.7.10 lib/amp_html/configuration/help.rb
amp-html-0.7.9 lib/amp_html/configuration/help.rb
amp-html-0.7.8 lib/amp_html/configuration/help.rb
amp-html-0.7.7 lib/amp_html/configuration/help.rb