Module: Bekit
- Defined in:
- lib/bekit.rb,
lib/bekit/version.rb
Constant Summary collapse
- VERSION =
"0.0.2"
Class Method Summary collapse
-
.current_weekday ⇒ Object
class Error < StandardError; end Your code goes here…
Class Method Details
.current_weekday ⇒ Object
class Error < StandardError; end Your code goes here…
8 9 10 |
# File 'lib/bekit.rb', line 8 def self.current_weekday DateTime.now.strftime("%A") end |