module Bekit
Constants
- VERSION
Public Class Methods
current_weekday()
click to toggle source
class Error < StandardError; end Your code goes hereā¦
# File lib/bekit.rb, line 8 def self.current_weekday DateTime.now.strftime("%A") end