View Fibo.rb
class Fibo | |
# attr_accessor :array | |
def initialize | |
@array = [] | |
end | |
def get_array(limit) | |
limit |
View gist:b57a35a8b5363adb44e6
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n | |
ko: | |
errors: | |
messages: | |
expired: "가(이) 만료되었습니다. 새로 요청해 주십시오" | |
not_found: "를(을) 찾을 수 없습니다" | |
already_confirmed: "이미 확인되었습니다, 다시 로그인 해 주십시오" | |
not_locked: "가(이) 잠기지 않았습니다" | |
not_saved: |