ruby function
def double(x)
x * 2
end
how to create a method ruby
#start with 'def', name the method, add function, end with 'end'
def this_method_multiples_x_by_number_of_students
x * number_of_students
end
# => class_name.this_method_multiples_x_by_number_of_students
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us