class Middleman::Sitemap::Resource

def binary?

@retrun [Boolean]

Whether the source file is binary.
def binary?
  ::Middleman::Util.binary?(source_file)
end