Method: Cline::Command#show
- Defined in:
- lib/cline/command.rb
#show(offset = options[:offset] || 0) ⇒ Object
46 47 48 |
# File 'lib/cline/command.rb', line 46 def show(offset = [:offset] || 0) notify Notification.display!(offset) end |