module BD::Tool
Public Class Methods
show_as_notification(title="", content)
click to toggle source
# File lib/bd_pod_extension_net.rb, line 24 def self.show_as_notification(title="", content) system ("osascript -e 'display notification \"#{content}\" with title \"#{title}\" '") end