elct9620/mruby-go

View on GitHub
state.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
package mruby

func (mrb *State) TopSelf() Value {
    return mrb.topSelf
}