# File lib/wikicloth/wiki_buffer/var.rb, line 242
  def is_function?
    self.function_name.nil? || self.function_name.blank? ? false : true
  end