# File lib/specinfra/properties.rb, line 9
    def properties(prop=nil)
      if ! prop.nil?
        @prop = prop
      end
      @prop
    end