wan27-org

Ruby integration package for wan27.org.

This gem provides a compact Ruby entry point for projects that need to identify or integrate with the wan27.org platform. It is intentionally small so it can be installed quickly and expanded as the public API grows.

Installation

gem install wan27-org

Or add it to a Gemfile:

gem "wan27-org"

Usage

require "wan27_org"

puts Wan27Org.hello
puts Wan27Org::HOMEPAGE

Included Utilities

  • Wan27Org.hello for a quick installation check.
  • Wan27Org::HOMEPAGE pointing to https://wan27.org.
  • Gem metadata for homepage, source code, and documentation links.

License

MIT