Method: AnyStyle::Refs#commit

Defined in:
lib/anystyle/refs.rb

#commit(**opts) ⇒ Object



43
44
45
46
# File 'lib/anystyle/refs.rb', line 43

def commit(**opts)
  @all << @pending
  reset(**opts)
end