module Rhod
Constants
- VERSION
Public Class Methods
create_profile(name, options={})
click to toggle source
# File lib/rhod.rb, line 15 def self.create_profile(name, options={}) Rhod::Profile.new(name, options) end
execute(*args, &block)
click to toggle source
# File lib/rhod.rb, line 11 def self.execute(*args, &block) Rhod.with_default(*args, &block) end