Method: Rbtclk.fill
- Defined in:
- lib/rbtclk.rb
.fill(params) ⇒ Object
58 59 60 61 62 63 64 |
# File 'lib/rbtclk.rb', line 58 def fill(params) {mode: params[:mode] || MODE, font: params[:font] || FONT, format: params[:format] || FORMAT, color: params[:color] || COLOR, time: params[:time] || TIME} end |