# File lib/ohai/plugins/linode.rb, line 26 def has_linode_kernel? if kernel_data = kernel kernel_data[:release].split('-').last =~ /linode/ end end