Skip to content

Instantly share code, notes, and snippets.

View tweibley's full-sized avatar

Taylor Weibley tweibley

View GitHub Profile
require 'rubygems'
gem 'xml-mapping'
require 'xml/mapping'
class Foo
include XML::Mapping
def self.file_data
@file_data ||= nil
end
def self.file_data=(value)