Method: Atomy::Module#inspect

Defined in:
lib/atomy/module.rb

#inspectObject



76
77
78
79
80
81
82
# File 'lib/atomy/module.rb', line 76

def inspect
  if @file
    super.sub(/>$/, " #{@file}>")
  else
    super
  end
end