module TmuxERBParser::Helpers

Public Class Methods

binding() click to toggle source
Calls superclass method
# File lib/tmux-erb-parser/helpers.rb, line 28
def self.binding
  super # NOTE: Kernel.#binding is private
end