module Nebulous
Constants
- VERSION
Public Class Methods
process(file, *args, &block)
click to toggle source
# File lib/nebulous.rb, line 16 def self.process(file, *args, &block) Parser.new(file, *args).process(&block) end