Skip to content

Instantly share code, notes, and snippets.

@flazz
Created September 19, 2012 22:56
Show Gist options
  • Save flazz/3752887 to your computer and use it in GitHub Desktop.
Save flazz/3752887 to your computer and use it in GitHub Desktop.
class RRRWorkItem
def self.make device
new device.configuration
end
def do_it
result = @configuration.rrr
unless result
add_error("oops!")
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment