Sha256: 6598e1e76efac1981c5457f3b0831dedd7dcc250dc79e80c078ddab039e848b3

Contents?: true

Size: 168 Bytes

Versions: 11

Compression:

Stored size: 168 Bytes

Contents

require "#{$script_dir}/file-types/javascript-file.rb"

class NibFile < JavascriptFile

  def self.extension
    ".jsnib"
  end

  def content_type
    "js"
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
coherent-0.6.7 lib/distilery/nib-file.rb
coherent-0.6.6 lib/distilery/nib-file.rb
coherent-0.6.5 lib/distilery/nib-file.rb
coherent-0.6.4 lib/distilery/nib-file.rb
coherent-0.6.2 lib/distilery/nib-file.rb
coherent-0.6.1 lib/distilery/nib-file.rb
coherent-0.6.0 lib/distilery/nib-file.rb
coherent-0.4.3 lib/distilery/nib-file.rb
coherent-0.4.2 lib/distilery/nib-file.rb
coherent-0.4.1 lib/distilery/nib-file.rb
coherent-0.4.0 lib/distilery/nib-file.rb