class GettextSetup::NoConfigFoundError
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/gettext-setup/gettext_setup.rb, line 8 def initialize(path) super("No config.yaml found! (searching: #{path})") end