class StickyNotifications::Cli
@author “Brandon Pittman” Inherits from Thor in order to create CLI
Public Instance Methods
new(text)
click to toggle source
# File lib/stickynotifications/cli.rb, line 21 def new(text) note = StickyNotifications::Note.new note.create(text, options[:title]) end