Method: HackTree::Instance#clear_conf
- Defined in:
- lib/hack_tree/instance.rb
#clear_conf ⇒ Object
39 40 41 42 43 44 45 46 47 48 |
# File 'lib/hack_tree/instance.rb', line 39 def clear_conf @conf = Config.new({ :brief_desc_stub => "(no description)", :global_name_align => 16..32, :group_format => "%s/", :hack_format => "%s", :local_name_align => 16..32, }) nil end |