class Opal::BuilderProcessors::RubyProcessor

def self.match?(other)

Also catch a files with missing extensions and nil.
def self.match?(other)
  super || File.extname(other.to_s) == ''
end