Socket
Book a DemoInstallSign in
Socket

messagebox

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

messagebox

bundlerRubygems
Version
0.1.0
Version published
Maintainers
1
Created
Source

Rb-Messagebox

:exclamation: For Windows MessageBox API Only supported currently. :exclamation:

Rb-Messagebox are show MessageBox dialog for Win32 API. (for Ruby)

Installation

$ gem install messagebox

or Write to the Your application Gemfile

gem 'messagebox'

and execute bundle command.

Usage

example of irb simple code.

$ irb
> require 'messagebox'
> MessageBox.new("Title", "Example message").show

Warning MessageBox are

$ irb
> require 'messagebox'
> MessageBox::Warning.new("Warning", "It's not Good something happen!").show

Yes or No selectable MessageBox

$ irb
> require 'messagebox'
> MessageBox::YesNo.new("Yes No message box", "Is this dialog displayed?").show

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 03 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.