class RChoice::Option

Attributes

base_obj[RW]

Public Instance Methods

execute!(&b) click to toggle source
# File lib/rchoice/option.rb, line 6
def execute!(&b)
  b.call(*execute_args)
end
to_s() click to toggle source
# File lib/rchoice/option.rb, line 9
def to_s
  base_obj.to_s
end