Class: Apiculture::TimestampPromise

Inherits:
Object
  • Object
show all
Defined in:
lib/apiculture/timestamp_promise.rb

Class Method Summary collapse

Class Method Details

.to_markdownObject



2
3
4
5
# File 'lib/apiculture/timestamp_promise.rb', line 2

def self.to_markdown
  ts = Time.now.utc.strftime "%Y-%m-%d %H:%M"
  "Documentation built on #{ts}"
end