module Babel
Public Class Methods
options() { |options| ... }
click to toggle source
# File lib/babel.rb, line 2 def self.options @options ||= {} yield @options if block_given? @options end
# File lib/babel.rb, line 2 def self.options @options ||= {} yield @options if block_given? @options end