module Macros
Constants
- NotFound
Public Class Methods
parse(string)
click to toggle source
# File lib/macros.rb, line 12 def self.parse(string) Parser::CurrentRuby.parse(string) end
require(path)
click to toggle source
# File lib/macros.rb, line 16 def self.require(path) @loader ||= Loader.new @loader.require(path) end