class BuilderScopeTest

Public Class Methods

builder_method(options) click to toggle source
# File test/builder_test.rb, line 79
def self.builder_method(options)
  options[:from_builder_method] and return self
end