Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

method_reflect

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

method_reflect

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Method Reflect

© Danny Purcell 2013 | MIT license

Gives Ruby Methods some deeper self-knowledge.

Features

Loading this gem adds several instance methods to the core Method class so methods can tell you more about themselves.

Leverages YARD and method_source to provide easy access to everything you might want to know about a method.

Installation

Install with Gem
  • Available on Rubygems
  • Be sure one of your gem sources is source 'https://rubygems.org'
  • Run gem install rubycom
Building locally
  • Fork the repository if you wish
  • Clone repository locally
    • If using the main repo: git clone https://github.com/dannypurcell/method_reflect.git
  • Run rake install if installing for the first time
  • If updating to the latest version run the following commands
    • git checkout master
    • git pull origin master
      • If that causes any problems git reset --hard origin/master
    • rake upgrade

FAQs

Package last updated on 30 Oct 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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc