class Rubadana::Self
Public Instance Methods
name()
click to toggle source
# File lib/rubadana.rb, line 20 def name ; :self ; end
run(thing ;)
click to toggle source
# File lib/rubadana.rb, line 21 def run thing ; thing ; end