Created
September 19, 2012 22:56
-
-
Save flazz/3752887 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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