get_string

get_string()
Instance Public methods
1
2
3
4
5
6
7
8
9
def command(cmd = Proc.new, args = nil)
  if cmd.kind_of?(CalendarCommand)
    configure('command', cmd)
  elsif args
    configure('command', [cmd, args])
  else
    configure('command', cmd)
  end
end

####################################

get

doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.