Class: Scope

Inherits:
Object
  • Object
show all
Defined in:
lib/bonfire/scope.rb

Class Method Summary collapse

Class Method Details

.build(options = {}) ⇒ Object



4
5
6
# File 'lib/bonfire/scope.rb', line 4

def self.build(options = {})
  OpenStruct.new(options)
end