# File lib/hammer_cli_foreman/commands.rb, line 54
  def self.foreman_resource(resource_name, options={})
    begin
      foreman_resource!(resource_name, options)
    rescue NameError
      nil
    end
  end